|  |  | | | Home » U++ Library support » U++ Widgets - General questions or Mixed problems » How to Close Modal Dlg from Constructor? Goto Forum:
	| 
		
			| How to Close Modal Dlg from Constructor? [message #18371] | Thu, 25 September 2008 09:46  |  
			| 
				
				
					|  kbyte Messages: 87
 Registered: July 2008
 | Member |  |  |  
	| Hi, I am trying to make a "Wait a moment, please..." dlg that is shown while computation is running. When computation finish the dlg must be closed automatically.
 So, I used a modal dlg and in the contructor i have the following code:
 
 ConstructorMethod
 {
 ...
 executeAlgorithm();
 Close();
 }
 
 But the dlg never closes... As it as a close button if I click it the dlg closes.
 
 Any ideas?
 
 Alex
 |  
	|  |  |  
	|  |  
	|  |  
	|  |  
	|  |  
	|  |  
	|  |  
	|  |  
	|  |  
	|  | 
 
 
 Current Time: Sat Nov 01 10:54:01 CET 2025 
 Total time taken to generate the page: 0.03601 seconds | 
 | 
 |