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
Ron Longo <[EMAIL PROTECTED]> added the comment:
Excellent! That solution works as well.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2638>
___
Changes by Ron Longo <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10924/Tix.py
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
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
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
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/