At 01:48 PM 6/21/2004, you wrote:
I have large bitmap stored in resources. I want to cut smaller bitmaps
dinamically at run time from that large bitmap and set those bitmaps to
various graphics buttons on the form. How can I do this?

Bitmap buttons have to be matched with a bitmap family in the resource list. You can create a local resource database and add a bitmap there then associate the button with that ID, but that could break on future OS versions.


If you need this flexibility, you might just be better off implementing a gadget and doing your own button drawing.


-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/


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

Reply via email to