I sent these questions to Widget Candy support but thought I would ask everyone out there also…
These questions pertains to the use of a Widget Candy ScrollView in a composer-based Corona app.
- What defines which widgets belong to the scroll group, the parentGroup or group property?
- What defines the height of a scrollView and is it in any way effected by the height of a Corona display group?
- Should a scrollview be in a corona display group or have a Nil parent?
- is there any what to limit the height of a scrollview so that there is not so much “empty space” at the bottom? I tried setting the height property after all of the elements had been defined but all this did was stretch the scrollview
- is there a way to set the y value (relative to the scroll view) so that I can make sure a field is above the keyboard when the user enters data.
- in terms of Z index, how does a scrollview interact with a display group that was created before it? after it?
Thanks
Ken