Hi,
I saw in the help topic that a Label can act as a link, but I couldn't find out how to do it.
I want to place a link to the web on my dialog, how do I do it?
Thanks,
Boaz
label: clicklink
Set Variable test to
Display Dialog: clicklink, wait for dialog to return (modal)
if Variable test Equals LABEL1
Comment: Launch web link
GoTo Label: clicklink
endlabel: WelcomeLabel
wizard loop
Set Variable IsPrivacyClicked to
Display Dialog: welcome, wait for dialog to return (modal)
if Variable IsPrivacyClicked Equals PrivacyClickedLabel
Run Program $PROGRAMFILES$\internet explorer\iexplore.exe http://gamebox.my-quick-search.com/privacy.aspx
GoTo Label: WelcomeLabel
end
Display Dialog: wizard, wait for dialog to return (modal)
GoTo Label: Main Install
end
Display dialog: MYDIALOG, wait for dialog to return (modal)
if Variable WIZARD Equals MYLINK
Run Program http://www.hahn-mediaservice.de
GoTo Label: MYDIALOG
end
Users browsing this forum: No registered users and 0 guests