SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Jun 18, 2003 3:11 am Post subject: Browser Element |
|
|
Anyone able to use the Browser Element in 5? I see it in the App Wizard but it says invalid parameter to command when I try to run a program with it.
Don't see it in the help file either..
| Code: |
Title Browser
DIALOG CREATE,New Dialog,-1,0,240,160
REM *** Modified by Dialog Designer on 6/17/2003 - 23:10 ***
DIALOG ADD,BROWSER,BROWSER1,4,44,148,148,http://www.dialogscript.com
DIALOG SHOW
:Evloop
wait event
goto @event()
:Close
info Replace this line with code to be executed before the dialog closes
exit
|
_________________ -Sheep
My pockets hurt... |
|