The high-resolution handlers are written with backwards-compatibility in mind, which means while it takes advantage of the high-resolution for normal form elements, the object positions and essentially all form data should be the same as for a 160x160 form. If you want to display a button at (300, 300), set its position to 150,150 and it will display it at the 300,300 location on high-resolution screens and at 150,150 on normal resolution devices. You don't have to do anything special for Palm OS to take advantage of high-resolution screens.
If you're trying to "shrink" the size of a form so all elements display at 1/2 size on high-resolution devices, this is not possible with the standard OS functions. -- Tim Kostka http://www.nuprograms.com "Stefano Coluccia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, I want to design a form with a resolution 320x320, can I put the label > and edit field in position for example top 300 and left 300? > > I'm using Pocketstudio to develop my application and a Zire 71 to try it but > I don't see my controls neither in pocketstudio neither on Zire 71. > > The question is PalmOS >= 5.0 support high resolution also in forms or only > in bitmaps? If yes what can I do? > > Thanks. > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
