How to layout & control a scrollable app/program
Posted: Tue Jan 15, 2013 10:39 am
Hello,
I hope to develop a landscape android app with a custom scroll bar on the right hand side, and navigation buttons on the left. I'm comfortable that I can build these controls as groups and fix their locations using the geometry manager. However, in the middle of the screen, the main 'content area' will be a large jumble of labels/text fields/tables that will need to be scrolled up and down in order to see the entire content. In the old html days i would have used frames to structure and control the screen content. What is the recommended method in livecode - 'oversize' cards, datagrids, groups? How do I create and group this large collection of items, and control them?!
Any advice on the best way to structure this would be appreciated, thankyou.
I hope to develop a landscape android app with a custom scroll bar on the right hand side, and navigation buttons on the left. I'm comfortable that I can build these controls as groups and fix their locations using the geometry manager. However, in the middle of the screen, the main 'content area' will be a large jumble of labels/text fields/tables that will need to be scrolled up and down in order to see the entire content. In the old html days i would have used frames to structure and control the screen content. What is the recommended method in livecode - 'oversize' cards, datagrids, groups? How do I create and group this large collection of items, and control them?!
Any advice on the best way to structure this would be appreciated, thankyou.