Well, now I confused! Can't I take the benefit of hi-res then? For example, making the font/buttons/fields/graphics smaller and fit more text one them?
Thanks ----- Original Message ----- From: "Jennifer Fell" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 12:43 PM Subject: FrmNewForm(): form cannot be more than 160 pixels wide/high?! > Hi Everybody, > > I was going to use the FrmNewForm (...) function for creating form > dynamically based on the screen size (e.g. 160x160, 320x320). But in the > manual I found that width or height has to be within 1-160 range. So, can't > I create a 320x320 form in a high resolution device? > > Thanks, > Jenni > > > > FormType *FrmNewForm (UInt16 formID, const Char *titleStrP, > Coord x, Coord y, Coord width, > Coord height, > Boolean modal, UInt16 > defaultButton, > UInt16 helpRscID, UInt16 > menuRscID) > > > -> width Width of the form, expressed in pixels. Valid values are 1 -160. > -> height Height of the form, expressed in pixels.Valid values are 1 -160. > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
