I would like to launch the default browser with a specified URL.
I tried using a StaticHyperLink and that works fine when I click on it, but if I try to launch it by triggering the Clicked() event, it doesn't work. The event gets executed but the browser doesn't launch.
What am I missing?
What would be the best way to handle launching the default browser with a specified URL without any user intervention (i.e. having to click on a link)?
Using PowerBuilder 2019 R3, Windows 10 Enterprise 21H2 Build 19044.1526
If you like, try seeing if this PB App I wrote works on your URL videos.
http://chrispollach.blogspot.com/2021/02/multimedia.html
If OK, you're welcome to adopt the code to your use. The App is built from my free open source framework.
Regards ... Chris
I will open a support ticket so you can look at the video issue.