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++ Widgets - General questions or Mixed problems » Exclamation Popup: two clicks to dismiss
Re: Exclamation Popup: two clicks to dismiss [message #15350 is a reply to message #15317] Thu, 17 April 2008 06:08 Go to previous messageGo to previous message
indiocolifa is currently offline  indiocolifa
Messages: 49
Registered: January 2008
Location: Argentina
Member
luzr wrote on Wed, 16 April 2008 05:43

Hard to say. My guess is that you might be calling Exclamation twice Wink

Another possibility is some sort of "modal loop crossing". Sometimes it can happen that you start another modal loop over the Examlamation's one accidentally. Exclamation can get closed only if its modal loop is exited.

Mirek


Hi Mirek, my MainWindow it's opening modal windows with:

// suppose the window class to be opened is Dialog1

Dialog1 * dlg = new Dialog1();
dlg->Execute();
delete dlg;


May be this is the cause of the "two-click" problem?
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Equivalent widgets
Next Topic: Ctrl::GlobalBackPaintHint() and GLCtrl
Goto Forum:
  


Current Time: Thu Sep 04 12:58:36 CEST 2025

Total time taken to generate the page: 0.05516 seconds