Yes, Constructor will allow you to make Bitmaps larger than 160x160, but
your Bitmap resource (and this includes all bitmaps in the family) must be
less than 64 KiB.

Therefore, as others have mentioned already, if you exceed this resource
size limit, you'll need to divide up the image into multiple Bitmap
resources.

Furthermore, FormBitmaps won't be drawn in high-resolution anyway for
backwards compatibility with 160x160 apps.  If you really want something
like a FormBitmap that supports high-res, you should be able to use a gadget
to mimic one without much effort.


"Jason Wei" <[EMAIL PROTECTED]> wrote in message news:89877@palm-dev-forum...
>
> For some purpose, I need to use a bitmap be my AP's background. And I know
> it is easy to do, if  I use Constructor to put a bitmap on the AP's main
> form. But my AP is programmed for Sony Clie, and it has 320*320
resolution.
> In order to have a nice show, I want to use a 320*320 bitmap be the
> background instead of using 160*160 bitmap. But the Constructor seems to
not
> support 320*320 bitmap. (CW occurs error when it compiles the AP) . Should
I
> paint it pixel by pixel by program on run-time or there is any other more
> effective method to resolve this problem?  Thanks for your answer.




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

Reply via email to