On 1/24/07, Luciano _ <lnc19 at hotmail.com> 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.