Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 13976
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: Sat May 11 16:52:03 CEST 2024

Total time taken to generate the page: 0.02249 seconds