Gregg Woodcock wrote:
If only.... I use cygwin/GCC and use "flat" bitmaps referenced from a .rcp file like this: BITMAP ID <somenum> "mybitmap.bmp" NOCOMPRESS Where "mybitmap.bmp" is a regular file that I open with paint (or whatever)...
Then try something like this instead. Bob.
BITMAPfamilyex ID bitmapID_exclaim compress begin BITMAP "bitmaps/exclaim.bmp" bpp 1 density 1 transparent 255 0 0 BITMAP "bitmaps/exclaim-c.bmp" bpp 8 density 1 transparent 255 0 0 BITMAP "bitmaps/exclaim-c-hires.bmp" bpp 8 density 2 transparent 255 0 0 end -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
