> Can i use bitmap images converting them into palm
> bitmaps in my application at run time

Yes you can.

In the pre PalmOS 3.5 world the BitmapType is available in the SDK includes.  You need 
to create one of those from your non-Palm bitmap.  Remember the actual screen data 
follows the BitmapType in memory (see the commented-out byte array in the BitmapType). 
 You must convert your image from whatever format into the Palm's screen format and 
put it into the memory following the BitmapType.

Bitmaps can be draw on the screen with WinDrawBitmap.  Check the docs for more 
information.

I can't answer how to do it for PalmOS 3.5.  Yet.
--------------------------------------------------
David Tribble, INRI Hawaii
(808) 625 2118 (v)  (808) 625 6315 (f)

Reply via email to