Re: [us...@lists.monobjc.net] Monobjc application with popup window

2010-11-02 Thread Laurent Etiemble
Hello, When you say that it does not work, do you mean the modal window is not displayed or anything else ? Usually, you get a reference on the modal window and pass it to the NSApplication.NSApp.RunModalForWindow method. Can you post the snipped of code that display the modal window ? Regards,

[us...@lists.monobjc.net] Monobjc application with popup window

2010-10-26 Thread Chen, Feng
Hi there, I am building a .NET application on Mac using Monobjc because the main window needs to display html content. Now the program needs to pop up another modal window which also displays html content. I tried NSApplication.NSApp.RunModalForWindow(NSWindow) and WebView.WebViewRunModal(Webv