From: Joona K. <jo...@fi...> - 2004-07-15 13:36:01
|
Hi > I would like to know how I can make a Pythoncard application that hides in > the (Windows) system tray when the window is minimized & that re-appears if > I doubleclick on the system-tray icon. It would also be nice if a menu > appears when the tray icon is right-clicked... I've done solution like this once, but unfortunately I lost the code on hard drive crash. The article at wxPython wiki named FlashingTaskbarIcon was really helpful for me. You have to use wxPython to do it, but it's very siple to implement to work with PythonCard application. I'd love to help you more, but I have to hurry right now, so I'll throw this link to you. I hope that helps. http://wiki.wxpython.org/index.cgi/FlashingTaskbarIcon Greetings, joona -- Joona Kulmala <jo...@fi...> |