What's the latest version for use with CW9 series? I've got 2.1.3.0, but it doesn't understand the density tag for a bitmap, and doesn't like you putting transparency RGB values in the bitmap. eg:
BITMAPFAMILYEX ID MainBannerBitmapFamily BEGIN BITMAP "MainBanner1bBitmap.bmp" BPP 1 NOCOMPRESS DENSITY 1 BITMAP "MainBanner2bBitmap.bmp" BPP 2 NOCOMPRESS DENSITY 1 BITMAP "MainBanner4bBitmap.bmp" BPP 4 NOCOMPRESS DENSITY 1 BITMAP "MainBanner8bBitmap.bmp" BPP 8 COMPRESS DENSITY 1 TRANSPARENT 255 255 255 BITMAP "MainBanner8b2dBitmap.bmp" BPP 8 COMPRESS DENSITY 2 TRANSPARENT 255 255 255 END
It doesn't recognise this as a bitmap, so you can't assign it to a formbitmap object using the drop down list.
That's the latest version, and the one we will be including in the 9.2 update. I don't think we will be getting a better version from our development partner before the release date of 9.2.
BTW, you may want to avoid DENSITY 1/2... starting in PilRC 3.0, you should use DENSITY 72/108/144, where the number is the actual density number used in the Palm OS SDK headers. Because PilRC can't parse decimal points, we moved to this notation to support 1.5x density devices. "1" and "2" will still work for the foreseeable future, as it's very unlikely that PalmSource will support devices with such huge pixels :)
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
