Re: [Tkinter-discuss] background threading

2010-04-13 Thread Michael Lange
Hi, On Wed, 7 Apr 2010 08:00:38 -0700 (PDT) Nemes Andrei wrote: > I'm sorry for being such a beginner in this, but could not find where > to download the winico. Is it included in Tk already? I think you will have to download winico-0.6.zip from http://sourceforge.net/projects/tktable/fil

Re: [Tkinter-discuss] background threading

2010-04-07 Thread Michael Lange
Hi, On Tue, 06 Apr 2010 18:37:42 -0400 Kevin Walzer wrote: > On 4/6/10 5:03 PM, Nemes Andrei wrote: > > > > > Another solution to the problem would be pointing me to a more > > convenient tray icon constructor (instructions how to use would be > > greatly appreciated) if you know any. > > > > I

Re: [Tkinter-discuss] background threading

2010-04-06 Thread Kevin Walzer
On 4/6/10 5:03 PM, Nemes Andrei wrote: Another solution to the problem would be pointing me to a more convenient tray icon constructor (instructions how to use would be greatly appreciated) if you know any. I hope someone can help me. Thank you for your time and support. This seems a rather

[Tkinter-discuss] background threading

2010-04-06 Thread Nemes Andrei
Hi everyone! I am trying to make an application in Tkinter that goes to Tray instead of closing. I have programmed the whole interface, including notifications in Tkinter. The problem is, I could not find any library to make the tray icon itself, so I built a tray icon class using wxPython that