How to add a URL link to a dialog form?

Got a problem you cannot solve? Try here.
get101
Posts: 48
Joined: Wed May 16, 2007 1:58 am

How to add a URL link to a dialog form?

Postby get101 » Thu Dec 04, 2008 8:39 pm

On a dialog, I would like to add text with a link to a URL, something like this:

Click http://www.installaware.com for more information.

I tried the HTML viewer, but I don't see where to add text and the link to it.

How do I add text that contains a URL link to a dialog form?

ulrichard
Posts: 150
Joined: Thu Dec 27, 2007 5:45 am
Location: Switzerland
Contact:

Postby ulrichard » Fri Dec 05, 2008 1:58 am

Hi get101,

Put a normal Label on the form. Give it a name like LabelInfoLink, set the font to blue underlined. Doubleclick it. Set "Perform action:" to "Return from dialog".

Then in the calling script, add something like this:

if Variable WIZARD Equals (Ignore Case) LabelInfoLink
Run Program http://www.borm.ch/pointline/PointLine2D.asp
GoTo Label: Whatever
end

Rgds
Richard
http://www.pointline.com
http://www.paraeasy.ch
http://ulrichard.ch

get101
Posts: 48
Joined: Wed May 16, 2007 1:58 am

Postby get101 » Fri Dec 05, 2008 5:04 pm

Hi Richard

Excellent solution!

Thanks,
Cyril


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 132 guests