-
I suppose this is in the file pyparsing_py3.py which is only for python 3.
I have removed this file and its reference in install.py to install with 2.5.
2009-09-04 13:56:08 UTC in Python parsing module
-
The issue was, that "winfo reqheight" was used as real height.
The real height is not jet known, because the window is not jet mapped.
When mapped, the size is bound on the screen size which highly reduces the height in this case (reqheight was around 16000).
The estimated value is now bound on the screen size.
The patch was committed to utils.tcl in cvs.
Thank you,
Harald.
2009-09-03 17:34:57 UTC in tcllib
-
Hi Thomas,
Thank you reporting the bug.
For me, it does not freeze. It just does not display. But a console window is still responsive. Actually, it is moved out of the screen.
> winfo geometry .tst
290x1035+695+-6007
I will try to fix it.
2009-09-03 15:57:42 UTC in tcllib
-
Commited to CVS. Resume:
Use balloon help font TkTooltipFont if tk
2009-08-12 07:55:55 UTC in tcllib
-
Committed.
2009-08-04 16:35:34 UTC in tcllib
-
Koen,
I have overseen the "select set", sorry.
So the patch is o.k., I will apply it.
Harald.
2009-08-04 15:55:53 UTC in tcllib
-
Thank you Koen,
what do you think of using "select" methods inside key navigation instead of the current stuff. Does the current node and selected node make any sense ?
Thank you,
Harald.
2009-08-04 15:29:57 UTC in tcllib
-
This report is false, please ignore, sorry for the inconvenience.
It was due to our samba share which automatically marks files starting with "." as hidden. TCL works correctly.
Thank you,
Harald.
2009-08-04 08:55:49 UTC in Tcl
-
Bug confirmed and patched in current cvs.
Thank you,
Harald.
2009-08-04 06:58:09 UTC in tcllib
-
Dear Kevin,
thank you for the patch. IMHO this is half-baken. I am not at all familiar to the tree widget, please help.
The patch proposes to also bind up and down keys to the virtual event .
The documentation says: Event fires if the selection changes. (documentation lacks the trivial fact, that it does not fire if selection changes by the select command).
The...
2009-08-03 14:24:50 UTC in tcllib