RE: iOS scrolling groups problem?

2015-08-28 Thread John Dixon
Would you post your resizeStack script > From: alanstenho...@hotmail.com > Subject: iOS scrolling groups problem? > Date: Fri, 28 Aug 2015 12:06:08 +0200 > To: use-livecode@lists.runrev.com > > I have a problem with an iOS scroller on a group. > > It seems to somehow make the app non-reactive (l

Re: iOS Scrolling groups

2013-07-22 Thread Jim sims
Ah! Coola Boola! Duh - formattedRect and not formattedHeight, maybe that is my problem (in addition to being away from LCode for a while). Thanks for that Monte. sims On Monday, July 22, 2013, Monte Goulding wrote: > Are you setting the contentRect of the scroller to the formattedRect of > the

Re: iOS Scrolling groups

2013-07-22 Thread Monte Goulding
Are you setting the contentRect of the scroller to the formattedRect of the group? On 22/07/2013, at 4:43 PM, Jim sims wrote: > I have a group of 399 groups (each group has one image object and two > fields), in OSX I can scroll this and view all groups. > > In iOS in the simulator I took the