[Gtk-sharp-list] Problem Creating Dropdown Menu When

Vladimir Giszpenc vladimir.giszpenc at gmail.com
Wed Jun 8 15:05:32 EDT 2011


Jim

Often when stuff does not happen it is because you are not on the GUI
thread.
Try 

Application.Invoke(delegate
{
       menu.Add(mi);
});

Cheers,

Vlad
       



More information about the Gtk-sharp-list mailing list