What is the correct way to resize a simple 160x160 form that has no objects at all? I know how to move buttons around but when I move them below the lower border of the 160x160 window (by closing the DIA area) they disappear. Somehow I should increase the size of useable area but how?
Have you read the SampleCollapse source code from the Palm OS KB? Get it from
http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=507
You need to resize your form before repositioning the objects within it. This is done using WinSetBounds, after getting the window handle associated with your form.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
