revBrowser with two browser windows

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mcgrath3
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 149
Joined: Thu Feb 23, 2006 8:49 pm
Location: Bethel Park, Pittsbrugh, Pennsylvania USA
Contact:

revBrowser with two browser windows

Post by mcgrath3 » Fri Feb 01, 2008 10:28 pm

I posted this on the use list but I need an answer fast.

Does anyone know how to tell what browser window the user selected/focused on when using two revbrowser windows on the same card?

browserBeforeNavigate and browsernavigateComplete only work if a web object with an ID has been clicked on in the browser and not all objects have ids.

browserClick is windows only.

browserOut and browserOver will only work over a web object with an id.


I would like to know when a user moves the mouse into a web browser window or when they make it active ie. the scroll bars are active.

It seems that messages are trapped by the rev browser.


I have been at this for a couple of hours now and can't figure anything out.


Thanks in advance,


Tom
Tom McGrath III
Lazy River Software
3mcgrath@comcast.net

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Post by Klaus » Sat Feb 02, 2008 12:02 pm

Hi Tom,

since windows = stacks can't you just check "the topstack"?

And/or setting some custom property of any new created browser window/stack, so checking is a bit easier?


Best

Klaus

Post Reply

Return to “Internet”