Page 1 of 1

Cant find Browser Object

Posted: Fri May 24, 2013 3:53 pm
by fredotechGA2742
I have been going through the online tutorials and I have been reading some posts. Im running livecode community version 6.0.1 and Im trying to display a webpage for an IOS App. I cant find the browser object that I see in the videos. can someone point me to how to get a browser object it ?


Thank you

Re: Cant find Browser Object

Posted: Fri May 24, 2013 4:54 pm
by BvG
There isn't really a browser object, like there is for example an image object. instead it's instated with the commands that start with "revbrowser", so to start a new browser you need the revbrowseropen() function.

Note that on mobile, you'll need to open the native browser "ojects", as outlined in the pdf's found under the help menu.

Re: Cant find Browser Object

Posted: Thu May 30, 2013 4:09 pm
by fredotechGA2742
thank you for the info. I will review and read the PDF.