Re: [Tkinter-discuss] Textbox in undecorated window (was - no subject -)

2006-10-07 Thread Sorin Schwimmer
Hi again,Thanks Bobby, thanks Mathias. Sorry for forgeting to type the subject.Right now I have the piece of code working with the overrideredirect commented out. It's not the way I wanted, but it's working. Setting the master explicitely to root doesn't help.My configuration is Gentoo (kernel 2.6.

Re: [Tkinter-discuss] Textbox in undecorated window (was - no subject -)

2006-10-07 Thread mkieverpy
Sorin Schwimmer wrote: >I am trying to use a textbox in an undecorated window. It works under Windows, >it fails under Linux. >Here is a test code: > ... The code works fine for me. What does not work? SuSE Linux 9.x, Python 2.4.1, Tk/Tcl 8.4.6, X11 with twm. What's your Linux configuration? Ma