How can I use an image as a form title intead of text? I don't want to remove the whole title and then draw an image there, since otherwise, the title bar is also removed.
I think you'll have to have a text title and then draw over it w/ your bitmap.
Try taking a title w/ enough spaces to cover the size of your bitmap, and copy that out of the emulator. Then add your bitmap into the title area where text would go, then draw that whole bitmap, bar and line and everything in at (0,0) on your form.
I've never done this myself, but it seems like it should do what I think you're asking.
-matt
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
