Cant find Browser Object

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
fredotechGA2742
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 24
Joined: Mon Jan 16, 2012 10:39 am
Contact:

Cant find Browser Object

Post by fredotechGA2742 » Fri May 24, 2013 3:53 pm

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

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Cant find Browser Object

Post by BvG » Fri May 24, 2013 4:54 pm

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.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

fredotechGA2742
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 24
Joined: Mon Jan 16, 2012 10:39 am
Contact:

Re: Cant find Browser Object

Post by fredotechGA2742 » Thu May 30, 2013 4:09 pm

thank you for the info. I will review and read the PDF.

Post Reply