[Mono-list] embedding and displaying a mono form using Show or ShowDialog

Jonathan Pobst monkey at jpobst.com
Fri May 22 10:07:37 EDT 2009


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



More information about the Mono-list mailing list