Page 1 of 1

revBrowser usage

Posted: Thu Mar 25, 2010 10:37 pm
by kotikoti
Hi all,
Please point me in right direction on how this is used. Learning from the supplied sample and put together own rev file but can't see where I am going wrong
Stripped down the original file and only have code as follows in the card itself and the tabs. Idea is the "Information" and "Tips" tabs would close the browser item.
Going in circles trying to understand the supplied sample's implementation hence just simplifying my own.

Appreciate responses

Re: revBrowser usage

Posted: Sat Mar 27, 2010 2:56 pm
by Mark
kotikoti,

Your stack seems to work fine.

Best,

Mark

Re: revBrowser usage

Posted: Sat Mar 27, 2010 3:51 pm
by kotikoti
Hi Mark,
thanks for the response. I am puzzled for it does work now, but one item still remains, every now and then the browser returns an information message

"Navigation to the webpage was cancelled"

but still the page opens afterwards. have tried to include wait statements for upto 10 seconds before running

Code: Select all

wait 2 secs
revBrowserRedraw the altBrowserId of this stack
but still this pops up, any way to remove this?

Thanks