If you are using constructor that's very easy. For creating a bitmap, go to the "Resource Type and Name" list window, highlighting the bitmap bar, go to Edit menu and choose "New bitmap resource" that will create a untitled item, give it a name and open up the paint window by double clicking it. Now draw what ever you want . You can set the image size from the options menu. Now create a Bitmap family resource in the same way. Set the bitmap ID to the one you just created. you can adjust the width and height as you require.
Now open the form you want to place them. First, you create a button with non-bold frame and with no label. Second you create a "Form Bitmap" and associate it with the resouce ID of the bitmap family. Then place it on top of the button. This combination of button and bitmap simulates a button press when you click on it. I think this answers your query. Rao ----- Original Message ----- From: "Ritu Chawla" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: <palm-dev-forum> Sent: Wednesday, September 01, 2004 6:46 PM Subject: Bitmap Buttons > Hi > > Can any body give an idea how to can simulate the bitmap buttons. > I want to simulate the button press also. > > Thanks, > Ritu > > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
