Drag, Scrollable Stripe?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Drag, Scrollable Stripe?
Hello, anybody know if this is possible with iOS LiveCode?
http://psd.tutsplus.com/tutorials/inter ... -ipad-app/
Please see the video as example what I want to archive
http://psd.tutsplus.com/tutorials/inter ... -ipad-app/
Please see the video as example what I want to archive
Re: Drag, Scrollable Stripe?
Hi,
What do you want? Do you want to make an animation with a hand, like in the video? Maybe you just want to be able to scroll objects? Or did I miss something and do you want something completely different?
Mark
What do you want? Do you want to make an animation with a hand, like in the video? Maybe you just want to be able to scroll objects? Or did I miss something and do you want something completely different?
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Drag, Scrollable Stripe?
If you mean multiple strips of content that can be dragged left and right, and where all of the strips can be dragged up and down, than yes, you can, but you really really don't want to, as there is no way you can make it smooth in LC on iOS.
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
Re: Drag, Scrollable Stripe?
Thank you. Maybe with animation Engine to make it smooth?
Re: Drag, Scrollable Stripe?
Hi,
Actually, you can make it perfectly smooth in iOS bcause the UIScrollView is smooth by itself.
Kind regards,
Mark
Actually, you can make it perfectly smooth in iOS bcause the UIScrollView is smooth by itself.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Drag, Scrollable Stripe?
Have you tried doing what the OP needs done? My experience is that things slow down considerably when you have multiple scrollers, and get especially slow when those scrollers contain multiple graphics and groups.Mark wrote:Hi, Actually, you can make it perfectly smooth in iOS bcause the UIScrollView is smooth by itself.
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
Re: Drag, Scrollable Stripe?
Hi,
Yes, I have noticed that those scrollers can slow down. I've made some very good and some bad tests. I've made a scroller for a big photo which works perfectly and a scroller for a tiny text field, which worked very badly until I removed a background picture. I think that the graphics engine of LiveCide for iOS is generally slow, but the scroll views as such work alright.
Kind regards,
Mark
Yes, I have noticed that those scrollers can slow down. I've made some very good and some bad tests. I've made a scroller for a big photo which works perfectly and a scroller for a tiny text field, which worked very badly until I removed a background picture. I think that the graphics engine of LiveCide for iOS is generally slow, but the scroll views as such work alright.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Drag, Scrollable Stripe?
I just tried emulating the functionality shown in the video. I made 5 horizontally scrolling native controls, each containing 8 graphic and text groups. "Perfectly smooth"? Absolutely not. The scrollers barely shuffle across the screen on my 1st gen iPad. It's awful. And when I wrapped all the horizontal scrollers in a vertical scroller I couldn't find a way of making that work at all. I didn't try using html in browser controls - that might trim some of the over head, but I'd be surprised if it provided smooth functionality.
Hopefully a future update to the graphics engine will make things like this possible, but it's not workable right now.
Hopefully a future update to the graphics engine will make things like this possible, but it's not workable right now.
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.