> From: Collin R. Mulliner (list account)
>
> how can I access the independent bitmaps in a bitmapfamily ?
>

Normally, you let the OS decide which one to use based on the current bit
depth of the device on which your app is running.  I don't think they
actually exist as separate bitmaps in the compiled prc, so the easiest thing
to do if you must access them individually is to save them as separate
bitmaps (you'll actually have to use a separate bitmap family for the higher
bit images).  The whole point of a bitmap family is to give you a way to
display whichever bitmap matches the current screen depth without having to
worry about what that will be.


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

Reply via email to