I did it and it solves, thanks. But now I see the constructor is optimized to work at 160x160 pixels. The Tungsten T3 resolution is 320x320. When I create a picture of 320 pixels inside the constructor the preview shows me just a half of that picture, I know it is fine. But when I put that in the T3 I just see that half that is proportionately to the size shown in constructor. So the 320 px image that I save in constructor becomes 640 in T3, thinking better, it continues 320 but stretch the pic. Is it right?
You need to create bitmap families, where you provide both a low-density and high-density version of the bitmap. Form layout in Palm OS is done on the low-density grid always; with higher density screens, you just get better drawn text and controls.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
