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 » PromptOKCancel error;
Re: PromptOKCancel error; [message #19674 is a reply to message #19639] Sun, 04 January 2009 14:59 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Fixed:

		TopWindow *w = dynamic_cast<TopWindow *>(wins[i]);
		if(w && w->GetScreenRect().Intersects(dlg.GetScreenRect()) && w->IsTopMost()) {
			dlg.TopMost();
			break;
		}


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TopWindows WhenMinimize event
Next Topic: TopWindow not closed on Escape
Goto Forum:
  


Current Time: Mon Aug 18 08:21:26 CEST 2025

Total time taken to generate the page: 0.06993 seconds