Page 1 of 1

revBrowser with two browser windows

Posted: Fri Feb 01, 2008 10:28 pm
by mcgrath3
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

Posted: Sat Feb 02, 2008 12:02 pm
by Klaus
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