>Subject: Re: Screen Resolution >From: Max Bian <[EMAIL PROTECTED]> >Date: Wed, 6 Feb 2002 08:32:32 -0800 (PST) > >Thanks. If I would like to have my app take advantage of the >high res on those devices, which approach is better (recommanded >by Palm): two form resources for both 160 and 320 res, or >dynamically arrange all the form controls after the >form is initialized before drawing? > >I don't have the concept yet. If I specify the form resource with >dimension like this: (0 0 320 320) in the .rcp files. Will the high res >device run automatically at high res, or I have to use the Win* API >to set the screen resolution?
The simple answer (from PalmSource this week) is that this is absolutely not how you do it. As the Palm OS 5 stuff and its APIs' roll out, you'll have the documentation on what to do. In the short term, before all this happens, you'll need to either ignore the situation (and it will just work!), or implement Sony and/or HandEra specific code to support their current hRes API's. However, supposedly Sony will implement a compatibility layer so that programs doing hiRes using the Palm OS 5 hiRes techniques will use hiRes on the Sony devices. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
