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

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


On 1/24/07, Luciano _ <lnc19 at hotmail.com> wrote:
>           protected bool MyCallBack()
>          {
>              Gtk.Application.Invoke( delegate {
>              Gtk.Dialog myDialog = ....;
>              myDialog.Run() // This is not stopped here
>              return true;
>              });
>           }

By the way, this method doesn't have a return statement, that "return
true" is from the delegate!

-- 
Felipe.


More information about the Gtk-sharp-list mailing list