Thanks Neil,
This looks promising. I'll do some testing and see if I can get it do what I need.
Geoff
Search found 7 matches
- Tue Feb 25, 2014 1:21 pm
- Forum: Android Deployment
- Topic: native zoom and scroll
- Replies: 6
- Views: 4840
- Tue Feb 25, 2014 12:09 pm
- Forum: Android Deployment
- Topic: native zoom and scroll
- Replies: 6
- Views: 4840
Re: native zoom and scroll
Unfortunately not. I've been through that tutorial and it's just for pinch zoom with no scrolling. I can't see anyway to combine this with native scrolling because the native scroller is set up in preOpenCard.
- Mon Feb 24, 2014 12:47 pm
- Forum: Android Deployment
- Topic: native zoom and scroll
- Replies: 6
- Views: 4840
Re: native zoom and scroll
Thanks Chris, but I need to use a map that I've created because it's for a very small area with much more detail than google maps.
- Fri Feb 21, 2014 1:10 pm
- Forum: Android Deployment
- Topic: native zoom and scroll
- Replies: 6
- Views: 4840
native zoom and scroll
Hi there, I'm hoping someone can help with this. I'm trying to make an app which has the option to look at a map of a local area. I want the user to be able to zoom and scroll round the map using touch swipe and pinch zoom gestures. I can use a native scroller to scroll around the map, but it doesn'...
- Wed Nov 13, 2013 2:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: applying commands to multiple objects
- Replies: 6
- Views: 3853
Re: applying commands to multiple objects
Thanks both, I've used a combination of your methods, it's been really helpful.
- Wed Nov 13, 2013 12:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: applying commands to multiple objects
- Replies: 6
- Views: 3853
Re: applying commands to multiple objects
Thanks Jean-Marc,
Does that only work with numbered objects? What if the images were called "history", "setup", "info" etc?
Thanks
Geoff
Does that only work with numbered objects? What if the images were called "history", "setup", "info" etc?
Thanks
Geoff
- Wed Nov 13, 2013 12:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: applying commands to multiple objects
- Replies: 6
- Views: 3853
applying commands to multiple objects
Hi, I'm new to Livecode and I'm trying to streamline some of my code. Is there a way to apply the same command to multiple objects? e.g. I want to set the height of several images to a variable which is defined earlier in the code. Currently my code is like this, where tNW is a variable I've previou...