Bug #254
jdownloader trayicon disappears when explorer.exe crashes
| Status: | Closed | Start date: | 08/03/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | GUI | |||
| Target version: | JD 0.7504 Codename Synthy | |||
| Revision: | 7042 | Resolution: | Wont Fix |
Description
jdownloader trayicon disappears when explorer.exe crashes
http://board.jdownloader.org/showthread.php?p=25375
Jdownloader still works then but the gui disappears and never comes back.
Related issues
History
Updated by jiaz almost 3 years ago
- Assignee set to jiaz
- Priority changed from Normal to High
- Target version set to JD 0.7504 Codename Synthy
Updated by jiaz almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r7042.
Updated by drbits almost 2 years ago
A fix is possible. The workaround of restarting jdownloader.exe is not really a good solution. It is not an acceptable solution if JD is minimized to the tray.
When Windows Explorer (explorer.exe) creates the taskbar (which includes the system tray), it sends a message to every top level window where the Message name string is TaskbarCreated (looks like a null terminated byte string).
If there is an accessible message pump, this is easy to catch, and the Tray icon should be redisplayed.
Updated by drbits almost 2 years ago
- Resolution set to Wont Fix