RevBrowserOpen et mac os x
Mark Schonewille
m.schonewille at economy-x-talk.com
Tue Jul 20 07:10:48 EDT 2010
Dear Olivier,
First of all, strings should ALWAYS be surrounded by quotes:
put revBrowserOpen(tWinID, field "adresse" of card "navigateur") into
sBrowserId
Apparently, the browser external is not loaded. You can check the
externalCommands of stack Home in the IDE:
if the externalCommands of stack "Home" contains "browser" then
-- go ahead
else
-- show error message
end if
Are you testing this on your Mac in the IDE or as a standalone?
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce
On 20 jul 2010, at 12:33, Olivier Dussutour wrote:
> I feel that my mail does not arrive, so I try again
>
> Hello,
> I have a problem with this script in Mac osX (it works under
> windows!?!)
> on altBrowserOn
> put the windowid of this stack into tWinID
> put revBrowserOpen(tWinID, field "adresse" of card navigateur) into
> sBrowserId
> revBrowserSet sBrowserId, "showborder","true"
> revBrowserSet sBrowserId, "rect",rect of img "browserimage" of card
> navigateur
> end altBrowserOn
>
> The error is: stack "questionneur2_mac": execution error at line 72
> (function: error in function handler) near "revBrowserOpen", char 8
>
> Can you help me?
>
> Cordialement,
> Olivier Dussutour
> olivierdussutour at gmail.com
More information about the use-livecode
mailing list