Home » U++ Library support » TopWindow&PopUp, TrayIcon » TrayIcon example [BUG][FIXED]
|
Re: upp602 beta bugs [message #897 is a reply to message #891] |
Tue, 07 February 2006 14:42  |
victorb
Messages: 78 Registered: December 2005 Location: Nice, France
|
Member |
|
|
The issue with the tray icon is that the code is trying to delete the icon before it has been added for the first time.
Can be fixed by initializing visible to false in the TrayIcon constructor:
TrayIcon::TrayIcon()
{
...
+ visible = false;
...
}
|
|
|
Goto Forum:
Current Time: Tue Apr 29 08:12:04 CEST 2025
Total time taken to generate the page: 0.00905 seconds
|