Hello, I have a dialog witch prompts the user for some information. And when the user click the 'OK' button in the ActionArea it does some testing with the information and it quits if the information proved to be correct. If the information was wrong it offers to the user the possibility to enter the information again, so it doesn't quit.
Now I want to get the information entered by the user and the result of the test.I read about Run() method, that blocks waiting for the user responded to the dialog. But I want Run() to remain blocked even if a user clicks a button from ActionArea and to return control only when I close the dialog. Can I do that or I have to look for another approach? Radu. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
