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?
thanks ----- Original Message ----- From: "Douglas Handy" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 3:01 PM Subject: Re: Constructor - Urgent > Ricardo, > > >This bitmap is 320x320 and 16bits of depth which causes a resource more than > >64K. > > Split your bitmap into two (or more) parts, each under 64K, and position them > such that they appear to be a single image when displayed. > > Doug > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
