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 » U++ Library : Other (not classified elsewhere) » RemoveChild(GLCtrl) --> 100% CPU
Re: RemoveChild(GLCtrl) --> 100% CPU [message #16538 is a reply to message #16536] Mon, 23 June 2008 21:11 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Thanks, confirmed a bug, fixed.

Quick fix:

void DHCtrl::State(int reason)
{
	switch(reason) {
	case OPEN:
		OpenHWND();
	default:
		SyncHWND();
		break;
	case CLOSE:
		CloseHWND();
		hwnd = NULL;
	}
}


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Cannot get code to build
Next Topic: Monitor Size
Goto Forum:
  


Current Time: Tue May 14 03:49:53 CEST 2024

Total time taken to generate the page: 0.01738 seconds