Native scroller blues

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

Re: Native scroller blues

Post by adventuresofgreg » Sat Jun 18, 2011 4:57 pm

UIWebview??? I'm going to try this! One huge advantage is to be able to display html with formatting and images.

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Native scroller blues

Post by Jellicle » Thu Jun 23, 2011 12:11 am

adventuresofgreg wrote:UIWebview??? I'm going to try this! One huge advantage is to be able to display html with formatting and images.
http://forums.runrev.com/viewtopic.php? ... 043#p38382
14" MacBook Pro
Former LiveCode developer.
Now recovering.

landoke
Posts: 10
Joined: Tue Jan 11, 2011 10:40 pm

Re: Native scroller blues

Post by landoke » Mon Jun 27, 2011 10:03 pm

Without being too mean here, doesn't this seem like a completely unacceptable solution? If we have to use a webview as a hack to get scrolling speeds vaguely acceptable, remind me why we're even using LiveCode? A shell webkit app in cocoa seems to do the trick for free.

I guess I'm frustrated with the state of LiveCode iOS still. I'm glad Apple has re-allowed third party development environments, but I understand what Steve Jobs was saying about sub-optimal experiences. We've had well over a year, and we still don't have a fluid scroller, something almost every app has. This just seems unacceptable. I mean no offense to the folks at RunRev, I know this isn't easy, it's crazy that I spent the last 3 weeks learning enough Cocoa to make some simple apps that perform and feel vastly better than the app I've been trying to hack around limitations for in the last 3 months.

Rapid Deployment is only rapid when you can actually build what you need to.

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Native scroller blues

Post by Jellicle » Tue Jun 28, 2011 2:39 am

landoke wrote:Without being too mean here, doesn't this seem like a completely unacceptable solution?
You are not being mean at all - I completely agree.
14" MacBook Pro
Former LiveCode developer.
Now recovering.

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Native scroller blues

Post by teacherguy » Mon Jan 23, 2012 4:33 am

Jellicle I was able to make a decent scrolling datagrid by grouping a simple rectangle with it first, and locking the size and location to the rectangle dimensions, the datagrid height being much taller. I couldn't tell if that was how you achieved this effect, or if you used a field? Does it matter?

Thanks

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Native scroller blues

Post by Jellicle » Mon Jan 23, 2012 9:19 pm

My solution avoids the use if a data grid - it uses HTML and a browser object.

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Native scroller blues

Post by teacherguy » Mon Jan 23, 2012 10:09 pm

I see. I download some example stacks that used datagrids, they were from you, no?

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Native scroller blues

Post by Jellicle » Mon Jan 23, 2012 11:20 pm

teacherguy wrote:I see. I download some example stacks that used datagrids, they were from you, no?
Nope.

g
14" MacBook Pro
Former LiveCode developer.
Now recovering.

Youks
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 135
Joined: Mon Sep 05, 2011 6:08 pm

Re: Native scroller blues

Post by Youks » Sun Feb 12, 2012 9:57 am

Hi All,

1)Does anybody have an update regarding an appropriate way of having a real smooth scrolling field?
I stopped my project on iPad due to that (Scrolling 20 label of 400x100 on a scrolling field still choppy).

2)Who knows if the guys at Runrev are working on adding/fixing proper Native UI?

If anybody has a stack with smooth scrolling i will really appreciate. (i tried to access the example of Jellicle with no joy)

Thx to all for your support. :wink:

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Native scroller blues

Post by jacque » Sun Feb 12, 2012 8:54 pm

Have you tried the new acceleratedRendering? That helps a lot in making scrolling fields smooth.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Youks
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 135
Joined: Mon Sep 05, 2011 6:08 pm

Re: Native scroller blues

Post by Youks » Tue Feb 14, 2012 2:46 am

Thank You Very Much Jacque!!!!!

That was it!!! Now the scrolling is perfect!! :D

Post Reply