Application.showURL not working in smart client

Hi,

Am I correct to presume that the method “application.showURL” is not working in the smart client? I would like to use this functionality to open a webpage from the client since I’m not able to embed it as I can with the web client using an Iframe.

Suggestion to embed it in smart client would be useful since we tried to use svyJFXWebView but this craches the JVM at random intervals.

Kind regards,

Siemon

application.showURL(‘http://www.servoy.com’)

Works fine for me. But don’t forget the http:// part.

I’ve tried it with some colleagues and those that are running win 10 the method is returning true but the browser window is not openend. Mac and older windows versions are running fine, can this be looked at please?

Thanks

found the issue you have to select your default browser in system settings :)