Re: [Tkinter-discuss] How to dettach a Toplevel

2006-11-29 Thread John McMonagle
Sorin Schwimmer wrote: > The daemon waits until KDE is up and running and xhost was executed, > then it does a > root=Tk(screenName=':0.0') > > Nothing comes on. If I fire up a Python interpreter and do the things > manualy, it works > flawless: I have a graphic window controlled by root, can p

Re: [Tkinter-discuss] How to dettach a Toplevel

2006-11-29 Thread Sorin Schwimmer
Hi Michael, While the two toplevel solution will work nicely, I'm not sure how would I close the main application (at one point I want to be able to do so). As for the other suggestion, that was my first approach, but it doesn't work. I don't know why, and sometime I'll have to find out, as I'l

Re: [Tkinter-discuss] Unexpected Checkbutton behaviour

2006-11-29 Thread Gerardo Juarez
Oooh I see! I knew it was a small thing I was overlooking. I read in the reference "Tkinter variable", but I never gave it the meaning it really had. Thanks everyone! Gerardo On Wed, 29 Nov 2006, Fredrik Lundh wrote: > Gerardo Juarez wrote: > > > > I'm having problems with a widget, which

Re: [Tkinter-discuss] How to dettach a Toplevel

2006-11-29 Thread Michael Lange
On Tue, 28 Nov 2006 14:02:46 -0800 (PST) Sorin Schwimmer <[EMAIL PROTECTED]> wrote: > Hi Michael, > > I see your point, but this is not what I am looking for. What I'm trying to > achieve goes on the > following lines: the user has a GUI and works. A daemon (I'm on Linux) > receives a message >