[Gtk-sharp-list] Modal property of Dialog not working

Gonzalo Paniagua Javier gonzalo@ximian.com
11 Jan 2003 01:59:08 +0100


El vie, 10-01-2003 a las 20:25, vanosten escribió:
> Hi
> The modal property of dialog seems not to be working. Even if I set
> "dialog.Modal = true" the code in my method goes on, i.e. the appliation
> is not freezed. I might be missing some general GTK behaviour?

After setting the dialog as modal, try dialog.TransientFor = parent,
where parent is the main application window.

-Gonzalo