Tom wrote:

Hello All,
   I have a Treo and want to be able to use the 320x320 screen so that it LOOKS 
like 320x320. Is it possible to do this with bulit in forms and routines Palm 
supplies?
Sure. All you need to do is to provide double-density bitmaps in your bitmap families, and they will be used automatically, and they will look nice ;) .

I want the form to be larger then the normal 160x160? If it is possible could 
someone point me in the right direction or give a little hand.
You still work in a 160x160 grid. Your high-res bitmaps will render in high-res, but still in that 160x160 layout. If you REALLY need better resolution for rendering screen info (say you are creating a graphing or 'doodle'-type app) then you would want to change the screen coordinates before doing your graphics stuff, and change them back again after rendering. But, generally, you stay within the 160x160 framework at almost all times.

Bob

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to