Problem with altBrowser

Charles Szasz cszasz at mac.com
Wed Jan 24 14:31:21 EST 2007


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
cszasz at mac.com






More information about the use-livecode mailing list