Way to determine if button is pressed in browser

Chipp Walters chipp at chipp.com
Mon Jan 27 18:36:00 EST 2003


We've a browser control (altBrowser.dll) which is embedded into RR as an
object. It can do what you're looking for. Only problem is, it only works
with RR2.0 and the latest MC engine. It can be instatiated to run either IE
or Mozilla and of course control all aspects of the browser.

Tuviah wrote most the code, and we added a bit here and there. I built a
skinnable RR app around it "LEO" as well, which acts like a browser.

You can see more info about it at:

http://www.altuit.com/webs/leo/LEOBrowser/default.htm

There are ongoing discussions about building a version for the Mac. If
you're interested, go to the above link and sign up, and we'll notify you
when it ships.

-Chipp

> -----Original Message-----
> From: use-revolution-admin at lists.runrev.com
> [mailto:use-revolution-admin at lists.runrev.com]On Behalf Of Ken Ray
> Sent: Monday, January 27, 2003 2:46 PM
> To: use-revolution at lists.runrev.com
> Subject: Re: Way to determine if button is pressed in browser
>
>
> Well, if you set up Rev as a CGI on a server, the web page could tell the
> CGI that a button was pressed. If a local Rev app needed to know, it could
> be polling a particular spot on the server for the existence of a
> file, and
> the CGI could write that file. You'd get a delay between the click on the
> page, the writing of the file by the CGI and the response by the local Rev
> app, but that's the only way I can think of to do it.
>
> Any other ideas?
>
> Ken Ray
> Sons of Thunder Software
> Email: kray at sonsothunder.com
> Web Site: http://www.sonsothunder.com/
>
> ----- Original Message -----
> From: <RGould8 at aol.com>
> To: <use-revolution at lists.runrev.com>
> Sent: Monday, January 27, 2003 12:51 PM
> Subject: Way to determine if button is pressed in browser
>
>
> > I've been asked to see if it's possible to write a Revolution app that
> reacts
> > when a button in pressed on a web-page within Internet Explorer.   This
> Rev
> > app would be running the same time that Internet Explorer is running and
> > would just be "sniffing" the browser to see if the user pressed a button
> on
> > the web-page.
> >
> > I know how to write a Rev app that sniffs the "page title" of whatever
> > web-page is showing in IE, but I don't know if there's a way to
> react to a
> > Javascript call from a button on the web-page.   Is there a way?
> >
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list