Search found 4 matches

by akoozie
Sat Sep 06, 2014 11:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How make iFrame
Replies: 8
Views: 5818

Re: How make iFrame

Hi akoozie I'm afraid I'm still in the dark as to what you want to do... Are you building for Linux or iOS/Android? When you said "exactly like an iFrame" how were you thinking your app would be? For example were you thinking that the entire window of your app would be a browser window with an iFra...
by akoozie
Sat Sep 06, 2014 8:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How make iFrame
Replies: 8
Views: 5818

Re: How make iFrame

hi akoozie Inserting an iFrame into your html code is very easy (just google 'iframe' for lots of tutorials) but at its simplest is along the lines of: <iframe src="site" style="width: 90%; height: 300px"></iframe> But as Richard says, this is not LiveCode ... in LiveCode you can use buttons or gro...
by akoozie
Sat Sep 06, 2014 2:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How make iFrame
Replies: 8
Views: 5818

Re: How make iFrame

FourthWorld wrote:An iframe is an html object, but you can get a similar result in LiveCode with a group.
Thanks! And how I do that? xD is there any tutorial, or you can teach me how?
by akoozie
Sat Sep 06, 2014 2:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How make iFrame
Replies: 8
Views: 5818

How make iFrame

Hey,
I'm trying to create a new app with my focus on Linux, and I need to make an iframe, I don't know if is the best solution. For example I have the start screen, and I click youtube icon and it goes for the youtube page but I want a home button on the bottom, like Tab Bar of iOS.
Thanks!