Digest for wxpython-users@googlegroups.com - 23 Messages in 7 Topics

Hello listers … long since the last time i posted here.

Im making a very simple application that should be usually minimized on the system tray and i want catch the restore and minimize actions so i do some actions when those events occur.

so in windows:

How can i iconize an application to the system tray (wx.iconize minimize it but not on the tray) where have i to digg about that?

And second how can i catch those iconize and restore events?

if its too complicated to explain send me some code that i could study.

many thanxs for the help!

···


monoBOT

Visite mi sitio(Visit my site): monobotblog.alvarezalonso.es

In the future you should start a new thread (with an appropriate subject) and not respond to a digest message, this would make this thread much more useful when doing an archive search in the future.

I often use the message search option in Thunderbird and a search on subject is a lot faster then having to do a full body search and most of the time it provides fewer and more appropriate hits.

Check out the wxPython demo, it has a class "class DemoTaskBarIcon(wx.TaskBarIcon):" which does all this.

Werner

···

On 11/01/2011 08:51 PM, monoBOT wrote:

Hello listers ... long since the last time i posted here.

Im making a very simple application that should be usually minimized on the system tray and i want catch the restore and minimize actions so i do some actions when those events occur.

so in windows:
How can i iconize an application to the system tray (wx.iconize minimize it but not on the tray) where have i to digg about that?

And second how can i catch those iconize and restore events?

if its too complicated to explain send me some code that i could study.