After downloading the altBrowser stack and following the steps in the stack, I get the following error message when I try to run the demo:

        executing at 2:24:19 PM
Type    Handler: can't find handler
ObjecbrowserTest
Line    XBrowser_Open tWinID,pURL
Hint    XBrowser_Open

The offending code is the line that XBrowser_open

on abOpenBrowser pURL
  --> MAKE SURE YOU USE WINDOW ID FOR MAC
  put the windowid of this stack into tWinID
  XBrowser_Open tWinID,pURL ----> the problem code!
  put the result into tBrowserID
  if tBrowserID contains "error" then
    answer warning lBrowserID
    exit to top
  end if
  set the altBrowserID of this stack to tBrowserID
end abOpenBrowser




Charles Szasz
[EMAIL PROTECTED]



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to