From: "Adam Wozniak" <[EMAIL PROTECTED]>
> Is it still broken?

It works for me.  However, sometimes I get a message about an invalid code
in a bitmap when I compile my app.  To fix it I have to delete and recreate
the offending bitmap.  So, I'd say that Constructor is not broken, but it
could still use some work.

> Do I need to use a bitmap family if I want anything other than B&W ?

Bitmap families allow you to refer to a single resource in your code and let
the OS decide which bitmap to actually display.  I don't think you can get
color without a bitmap family, but you don't have to include all four
bit-depths in the family.  For example, I normally use just two: a 1-bit for
B&W and a compressed 8-bit for 256 colors.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to