Re: [python-win32] Win32 service with tray icon

2007-05-09 Thread Thomas Heller
Larry Bates schrieb: > Mark Hammond wrote: >>> I'm writing a win32 service in Python. I'd like to add a >>> tray icon displayed >>> whenever the service is running. I have played around with >>> SysTrayIcon.py >>> [1], but if a user logs off and logs back on, the tray icon >>> disappears even >>>

Re: [python-win32] Win32 service with tray icon

2007-05-09 Thread Tim Golden
Larry Bates wrote: > Please accept my apology for hijacking this thread, but it is exactly > what I want to implement. I have a COM object that is doing an upload. > I want a system tray icon that: > > 1) Shows a heartbeat (upload progress indicator) > 2) Provides the user with a way to cancel th

Re: [python-win32] Win32 service with tray icon

2007-05-09 Thread Larry Bates
Mark Hammond wrote: >> I'm writing a win32 service in Python. I'd like to add a >> tray icon displayed >> whenever the service is running. I have played around with >> SysTrayIcon.py >> [1], but if a user logs off and logs back on, the tray icon >> disappears even >> though the service is still r

Re: [python-win32] Win32 service with tray icon

2007-04-03 Thread Mark Hammond
> I'm writing a win32 service in Python. I'd like to add a > tray icon displayed > whenever the service is running. I have played around with > SysTrayIcon.py > [1], but if a user logs off and logs back on, the tray icon > disappears even > though the service is still running. I think the answer

[python-win32] Win32 service with tray icon

2007-04-03 Thread TC Hough
Hi all, I'm writing a win32 service in Python. I'd like to add a tray icon displayed whenever the service is running. I have played around with SysTrayIcon.py [1], but if a user logs off and logs back on, the tray icon disappears even though the service is still running. I think the answer i