[Gtk-sharp-list] Mutli-Threading problem (Possible Bug)

Felipe Almeida Lessa felipe.lessa at gmail.com
Wed Jan 24 18:55:17 EST 2007


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.


More information about the Gtk-sharp-list mailing list