On 1/24/07, Luciano _ <[EMAIL PROTECTED]> 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. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
