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
revBrowser usage
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
revBrowser usage
- Attachments
-
- BrowserTest.zip
- 2.9rev zip
- (2.08 KiB) Downloaded 298 times
Build 160
Version 2.9.0
Platform: Windows
Version 2.9.0
Platform: Windows
Re: revBrowser usage
kotikoti,
Your stack seems to work fine.
Best,
Mark
Your stack seems to work fine.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: revBrowser usage
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
but still this pops up, any way to remove this?
Thanks
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
Thanks
Build 160
Version 2.9.0
Platform: Windows
Version 2.9.0
Platform: Windows