Re: minimize a program into an icon on the taskbar.

2006-02-28 Thread Frank Niessink
Larry Bates: > Its called the system tray and here is a link to some sample code > for Windows I found via Google: But, but, but, ... the OP was talking about a wxPython app. wx.TaskBarIcon is the wxPython builtin support for making an icon in the system tray. Nothing else is needed. Cheers, Fr

Re: minimize a program into an icon on the taskbar.

2006-02-28 Thread Larry Bates
Frank Niessink wrote: > Rajesh Sathyamoorthy: >> Hi, >> >> I would know how to minimize a program (wxpython app) into an icon on >> the taskbar on windows (the one at the side near the clock, i can't >> remember what is it called.) >> >> Is it easy to be done? Is there a way to do the same thing on

Re: minimize a program into an icon on the taskbar.

2006-02-28 Thread Frank Niessink
Rajesh Sathyamoorthy: > Hi, > > I would know how to minimize a program (wxpython app) into an icon on > the taskbar on windows (the one at the side near the clock, i can't > remember what is it called.) > > Is it easy to be done? Is there a way to do the same thing on Linux? Did you look into