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
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
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
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
>