Hello
I like to know how to forward the links in revbrowser to a external browser like safari, i don't have too much experience using runrev. any ideas are welcome,
Thank You
Ron
local sBrowserId
put the windowid of this stack into tWinID
-- Open the browser, using the windowId and initial url
put revBrowserOpen(tWinID,"myweb com") into sBrowserId
-- Set some basic properties for the browser
revBrowserSet sBrowserId, "scrollbars", "false"
revBrowserSet sBrowserId, "showborder","false"
revBrowserSet sBrowserId, "rect",rect of img "campo_web"
revBrowserSet sBrowserId, "contextmenu", "false"
revBrowserSet sBrowserId, "newwindow", "false"
revBrowserSet sBrowserId, "messages", "true"
wait 100
revBrowserStop sBrowserId
How to Forward Click to External Browser?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
How to Forward Click to External Browser?
Ronaldo Garcia
IguanaSoftware.com
IguanaSoftware.com
Re: How to Forward Click to External Browser?
Hi Ron,
I'm afraid you cannot "pass" mouseevents to Safari from inside the browser object.
Or am I misunderstanding you?
Best
Klaus
I'm afraid you cannot "pass" mouseevents to Safari from inside the browser object.
Or am I misunderstanding you?
Best
Klaus
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
Re: How to Forward Click to External Browser?
Hi
I try to open the link in an external browser like ... any ideas?
launch url "http://www.runrev.com"
Thank You Klaus!
I try to open the link in an external browser like ... any ideas?
launch url "http://www.runrev.com"
Thank You Klaus!
Ronaldo Garcia
IguanaSoftware.com
IguanaSoftware.com
Re: How to Forward Click to External Browser?
Hi Ron,
AHA!
OK, check the "browserBeforeNavigate" message in the dictionary.
This way you can "catch" the link clicked in the browser object and use to launch Safari
Best
Klaus
AHA!

OK, check the "browserBeforeNavigate" message in the dictionary.
This way you can "catch" the link clicked in the browser object and use to launch Safari
Best
Klaus
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
Re: How to Forward Click to External Browser?
Thank You Klaus
Let my check i let you know ...
Ron
Let my check i let you know ...
Ron
Ronaldo Garcia
IguanaSoftware.com
IguanaSoftware.com