No problem, as I said, I just went through this stuff myself. I'm glad you got it all working!!Yes, you only need to worry about 160x160 coords. All the high-res
drawing is done automatically for you by the Palm OS. This is all
explained in the palm os companion under the "high resolution display"
section. Basically, you don't have to worry about high-density
coordinates if you don't want to. Just do all your drawing in standard
coords, and everything will look fine on a high-res device. If you want
pixel-level precision in your drawing, you can switch into the native
coordinate system on OS5+ devices, but that's your preference, it's not
a requirement.
Eron,
Well, I did as you suggested...the ONLY thing I did was set the offscreen type to nativeFormat, and it did exactly what I wanted. That was much easier than the other advice I was getting.
Thanks for the help!
Ryan
- Eron
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
