> As you know, the Palm Screen is limit, but in my application, I want to put > a lot of controls to a form, such as Labels, Fields and Lists as well. > How can settle this problem? I want add a Scroll Bar to Form, How can I > achieve that?
as it is right now, the palmos is not designed to have 'scrolling' naturally on a screen in respect to labels, fields and lists.. you can easily add a scroll bar (not hard), but, if you want to have 'moving' objects when you move the scroll bar, you need to call FrmSetPosition() on each item on the form to move them around (its not hard, i have done it for a contract) you will also have to use FrmShowObject/FrmHideObject if the controls go on/off the visible area :) design it carefully - it can work. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
