All,
I have multiple form resources. I want to include bitmaps for buttons that are common to all of the forms. Is there a way for me to share the bitmaps across all of the resources without having to add the same bitmaps to each?
On each form, you have FORMBITMAP resources, but those don't make a copy of the bitmap, they just are a reference to the bitmap's resource ID. There is no limit on the number of different FORMBITMAP form objects that can use the same BITMAP resource. The only limitation is that if you are using more than one FORMBITMAP on a form with the same ID, the OS may only let you show/hide the first one on the form.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
