You will need a message loop running. Generally this is done with: Application.Run (new MyForm ());
Jonathan ptr2009 wrote: > hey all > > I am embedding mono in Cocoa app. When I display a form using > form.Show() it is not shown correctly and doesnt seem to be receiving any > messages. But when I display it using form.ShowDialog() it seems to work > correctly. > > Is this a known issue and are there any workarounds to address this issue _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
