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(Webview) etc, neither works. Does anyone have ideas how to do this? Thanks. Feng Chen