U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » TopWindow&PopUp, TrayIcon » trayicon and shutdown
Re: trayicon and shutdown [message #5740 is a reply to message #5723] Thu, 12 October 2006 05:30 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
OK, I think I have hunted this bug down (pretty messy bussines, I had to shutdown the computer 20 times to get all needed info Wink.

I think the problem should be fixed by adding two lines at the beginning of GuiSleep routine (Win32Wnd.cpp around line 670):

void Ctrl::GuiSleep(int ms)
{
	if(EndSession())
		return;
....


Please check whether this helps.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: StateH(OPEN) call missing in Linux
Next Topic: Problem with SetTimeCallback in TrayIcon
Goto Forum:
  


Current Time: Mon Jun 22 00:15:51 GMT+2 2026

Total time taken to generate the page: 0.00939 seconds