> Hi all, newbie here. Is it possible to create a wide form or gadget, say 300 > pixels, which can then be scrolled across the screen? I tried messing around > with Window functions and other things but couldn't do what I wanted to do. > > Apologies if this is a stoopid question.
it isn't a stupid question :) but, unfortunately, PalmOS doesn't allow for non 160x160 type forms in general. you define a form the size of the screen (Handera lets you define 240x240 forms), but, once defined, you cannot scroll the contents of the form 'magically' - or, expect it to be done by the os. you can.. however, do it manually :) put a scroll bar on the form, and, when the scroll bar changes, move your "form controls/objects" accordingly :) wola. done :P but seriously, this is not something you should attempt if you dont know what your doing *g* -- Aaron Ardiri CEO - CTO 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/
