Hi Nitin

> I've created a form with a nunber of controls on
> it(all drawn at runtime).The number of controls is
> such that i cannot view them all in one screen,some of
> them are off-limits.

if you draw the whole form at runtime you can use a display offset subtracted from the 
controls position. this offset will be set by a scrollbar. before drawing the form  
you have to filter your controls of they are in the currend screen window (0 <
y-offset && y+height-offset < 160). don't know if there are any side-effects, of a 
control is only half visible, so be carefull in this cases.

another way would be using a number of static forms and use scrollbar or up/down 
arrows to navigate.

by(e)
Stephan
-- 
PGP Fingerprint: 0090 E02F 39A8 F2AF 6A79 43D7 B847 C26D 108E E2F0
PGP PublicKey: http://www.unet.univie.ac.at/~a9526342/sveigl.asc

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to