Search found 3 matches
- Tue Jan 28, 2014 11:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: create mobileControl in grp?
- Replies: 2
- Views: 2454
Re: create mobileControl in grp?
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...
- Tue Jan 21, 2014 9:37 pm
- Forum: Android Deployment
- Topic: Use referenced filename images in Android
- Replies: 9
- Views: 6920
Re: Use referenced filename images in Android
Hi michix74, 1. welcome to the forum! :D 2. The trick is to use RELATIVE (to the stack) pathames (filenames) and not absolute pathnames to make it work without scripting! Do this: 1. put all your images you want to reference in your app into the same folder as the stack (the later APP) Or use a sub...
- Mon Jan 20, 2014 9:15 pm
- Forum: Android Deployment
- Topic: Use referenced filename images in Android
- Replies: 9
- Views: 6920
Re: Use referenced filename images in Android
hi i search over all android forum but i don't understand how make visible referenced images in androip app with standalone builder. I'using use livecode 6.5.1 I created only a stack and then add image from File Menù -> New Referenced Control, then i choose icona.jpg from /Users/michix/Documents/Liv...