Sylvain Thibault wrote:
Toplevel window with g_wm_attributes(-topmost => 1)
When creating a combobox with different values on the window, it is unuseable 
as no value can be selected from the combobox...
Removing the -topmost attribute fixes the problem.
Note that a Spinbox works fine.

System Windows XP with ActivePerl 5.10

This was fixed in the Tk 8.5.6 release:

2008-11-22  Pat Thoyts  <patthoyts>

        * library/ttk/combobox.tcl: [Bug 1939129,1991930] combobox dropdown
                                    was drawn behind topmost toplevels.

So you need either an updated tkkit (we have one scheduled for the next AP release) or just update the file within yourself with the patch. The bug numbers refer to SourceForge bug ids.

Jeff

Reply via email to