[issue3970] Tix Tree widget no longer instantiable.

2008-09-25 Thread Ron Longo
New submission from Ron Longo <[EMAIL PROTECTED]>: The following code works in Python 2.5 but not in Python 2.6: I've tested on Windows XP and Windows Vista. from Tix import * root = Tk() t = Tree( root ) In Python 2.6 the following exception is thrown while trying to execut

[issue2638] tkSimpleDialog Window Flashing

2008-07-18 Thread Ron Longo
Ron Longo <[EMAIL PROTECTED]> added the comment: Excellent! That solution works as well. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2638> ___

[issue1230] Tix HList class missing method implementation for info_bbox

2008-07-16 Thread Ron Longo
Changes by Ron Longo <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10924/Tix.py ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2638] tkSimpleDialog Window Flashing

2008-07-16 Thread Ron Longo
Ron Longo <[EMAIL PROTECTED]> added the comment: Correct. overrideredirect only enables/disables borders. However, what appears as a "flash" when the dialog box first appears is actually a window with only borders being drawn (no contents). Disabling borders BEFORE

[issue2638] tkSimpleDialog Window Flashing

2008-04-15 Thread Ron Longo Work
New submission from Ron Longo Work <[EMAIL PROTECTED]>: When a Tkinter window comes up that uses tkSimpleDialog to construct a dialog box, the window first flashes on the screen as an unpopulated top-level window, before being drawn in its completed state. This problem is easily correc

[issue1230] Tix HList class missing method implementation for info_bbox

2007-10-03 Thread Ron Longo
Changes by Ron Longo: -- components: Tkinter severity: normal status: open title: Tix HList class missing method implementation for info_bbox type: behavior versions: Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/