I create a main dialog window using
 
new Win32::GUI::DialogBox(
 
say main dialog
 
and I have a button in the main dialog wndow and when I click the button I open another dialog window
 
say pop up dialog
 
1) I want the pop up dialog to have focus and the user should not be allowed to click on the main dialog untill the pop up dialog window is closed
 
2) when I close the pop up window then when I click on the button in the main dialog the pop up dialog window doesnt appear again ...why ?
 
 
chris

Reply via email to