#160 closed Defect (worksforme)
Mgr does not recreate systray icon after explorer.exe is restarted
Reported by: | Rytis | Owned by: | romw |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Manager | Version: | |
Keywords: | Cc: |
Description
If explorer.exe crashes and is restarted while the client has been minimized to system tray, there is no way to restore it as the system tray icon does not get restored.
Applicable to at least Windows XP and Vista.
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
Works for me. It was fixed by Rom here: http://boinc.berkeley.edu/trac/changeset/10807
comment:3 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Iain Inglis mentioned this problem earlier on the CPDN forum, and said that the TaskbarCreated? message needed to be implemented. (Is there an equivalent Linux KDE/Gnome event, or will this be platform specific?).
http://www.climateprediction.net/board/viewtopic.php?p=62318#62318
Having written a few applications that are controlled through icons in the system tray, my memory is that an application should respond to the Windows 'TaskbarCreated?' message: many applications don't - the icon disappears but the application is still running. Might this be a simple change for the BOINC people to implement?