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
>>>
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
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
> 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
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