B4J Question Can WebView be used modally?

I am using webview to display formatted messages.

If I use .Show on the form it displays properly, but trying to use it modally and using .ShowAndWait results in a blank page being displayed.

Is it possible to use webview modally?
 
Top