Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-20 Thread Gerardo Juarez
CTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gerardo Juarez > Sent: Wednesday, September 20, 2006 9:52 AM > To: tkinter-discuss@python.org > Subject: Re: [Tkinter-discuss] Minimizing a Python/Tk application > > > Thanks, it works, but, once the application is minimized I

Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-20 Thread Metz, Bobby W, WWCS
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerardo Juarez Sent: Wednesday, September 20, 2006 9:58 AM To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Minimizing a Python/Tk application Thanks Francois, Multiple threads are always trickier. On the other hand, w

Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-20 Thread Metz, Bobby W, WWCS
Wednesday, September 20, 2006 9:52 AM To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Minimizing a Python/Tk application Thanks, it works, but, once the application is minimized I don't have any way to access it -to tell it to deiconify itself for example. I doesn't use a consol

Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-20 Thread Gerardo Juarez
Thanks Francois, Multiple threads are always trickier. On the other hand, wxpython could be the solution, but I wish it could be done in Tk, because I already have the multiplatform program written and it would save me redoing it just for Windows. And also see my previous message. Gerardo On Sa

Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-20 Thread Gerardo Juarez
Thanks, it works, but, once the application is minimized I don't have any way to access it -to tell it to deiconify itself for example. I doesn't use a console window. Is killing it the only option? Gerardo On Fri, 15 Sep 2006, Metz, Bobby W, WWCS wrote: > use the withdraw() function, e.g. >

Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-16 Thread francois schnell
On 16/09/06, Gerardo Juarez <[EMAIL PROTECTED]> wrote: An another question: how can I make this application appear on the toolbar, next to the volume control, anti-virus software and similarapplications? I have searched and cannot find anything related. I was searching for that also but I believe i

Re: [Tkinter-discuss] Minimizing a Python/Tk application

2006-09-15 Thread Metz, Bobby W, WWCS
Juarez Sent: Friday, September 15, 2006 3:24 PM To: tkinter-discuss@python.org Subject: [Tkinter-discuss] Minimizing a Python/Tk application Hi, I want a Python/Tk application to minimize itself as soon as it starts (it acts in the background). Is there a way to make this happen? An another

[Tkinter-discuss] Minimizing a Python/Tk application

2006-09-15 Thread Gerardo Juarez
Hi, I want a Python/Tk application to minimize itself as soon as it starts (it acts in the background). Is there a way to make this happen? An another question: how can I make this application appear on the tool bar, next to the volume control, anti-virus software and similar applications? I ha