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
Cant find Browser Object
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 24
- Joined: Mon Jan 16, 2012 10:39 am
- Contact:
Re: Cant find Browser Object
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.
Note that on mobile, you'll need to open the native browser "ojects", as outlined in the pdf's found under the help menu.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- VIP Livecode Opensource Backer
- Posts: 24
- Joined: Mon Jan 16, 2012 10:39 am
- Contact:
Re: Cant find Browser Object
thank you for the info. I will review and read the PDF.