[Gtk-sharp-list] Gtk.Dialog Response event

Radu kenjiru.ro at gmail.com
Tue Jan 23 10:37:14 EST 2007


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.


More information about the Gtk-sharp-list mailing list