create mobileControl in grp?

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
SteveTX
Posts: 170
Joined: Sun Jan 17, 2010 9:00 pm

create mobileControl in grp?

Post by SteveTX » Sat Jul 13, 2013 6:57 pm

I am looking through the documentation about mobileControlCreate and mobileControlSet and I don't see any layer or grouping properties, only that you can really set them to visible or not, suggesting they sit on top of the card/stack. Is there a way to group / layer these controls?

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: create mobileControl in grp?

Post by Klaus » Sat Jul 13, 2013 7:24 pm

Hi Steve,

nope, they will always "float" lonely above the actual Livecode stack.


Best

Klaus

michix74
Posts: 3
Joined: Sun Jan 19, 2014 11:30 am

Re: create mobileControl in grp?

Post by michix74 » Tue Jan 28, 2014 11:40 pm

So, If i want to scale objects with "set fullscreenmode to "exactFit", i cannot apply this feature to mobilecontrol object. It's correct? I need to scale a "scroller". I try to add fullscreenmode on a sample in runrev site lessons (94412-creating-a-native-scroller-to-scroll-a-field#!prettyPhoto) but scrollable area remain the same while other object scale correcty to fit bigger screen

Post Reply