gcw wrote:

> Is it possible to put a bitmap in a button.  Or, can you easily make a
> bitmap act like a button?

There is no special bitmap button resource or controls in this OS.  Pretty much all 
you need to do is:

1) Create a bitmap and place it in the resource list.
2) Put a reference to the bitmap on the form you desire.
3) Then put a button right over the bitmap (usually the same size.
4) Make sure you button has no text in it so not to draw over the bitmap.

Handle the button events as normal.  The graphic engine handling the button simply 
inverts the rectangle defined by the button on
pen down.

> Thanx in advance.

Your welcome!

Steve



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

Reply via email to