On 1/24/07, Luciano _ <[EMAIL PROTECTED]> wrote:
> Gtk.Application.Invoke( delegate {
> Gtk.Dialog myDialog = ....;
> myDialog.Run() // This is not stopped here
> return true;
> });Application.Invoke is assynchronous. It should be on the docs, I think. -- Felipe. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
