Project

General

Profile

Actions

Bug #850

closed

CMD Open URL

Added by malcolm harvey about 3 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
10/12/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

It seams the cmd below, Open URL brings up internal error currently.
eg: Open URL URL$="http://www.google.com.au"

Actions #1

Updated by Brian Flanagan about 3 years ago

The syntax used in the example is incorrect (however it is still not working.). (Tested in 21 Oct 2021 version.)

The URL$ in the documentation should be replaced with your url$ or a variable. To make it work try:

URL$="https://www.google.com.au"
Open Url URL$

...or...

Open Url "https://www.google.com.au"
Actions #2

Updated by malcolm harvey almost 3 years ago

  • Affected version changed from 1.0.0 (B10) u16 to 1.0.0 (B11) u17
Actions #3

Updated by malcolm harvey over 2 years ago

  • Affected version changed from 1.0.0 (B11) u17 to none

Tried again now, Open Url "https://www.google.com.au/" comes up internal error.

Actions #4

Updated by malcolm harvey about 2 years ago

  • Affected version changed from none to 1.0.0 (B16) u25
Actions #5

Updated by malcolm harvey over 1 year ago

  • Status changed from New to Closed

It does not give an error now in U43 doing Open Url "https://www.google.com.au" , but does not seam to open a browser at all then this url from the previewer, or if u run it from the fullscreen browser same thing, still does not open the url. Maybe there is something else one has to do to display or render webpage. Closed ticket for now until next release and to revisit this if still an issue. (Error with inst gone now at least).

Actions

Also available in: Atom PDF