>> All I want to do is display an 8-bit bitmap with it's own palette - not the >> default system palette. > > I don't think there is a way to get Constructor to do what you > want. You'll have to use the PilRC plugin for CodeWarrior to import your > .BMP files with your own color table instead.
there is an attribute of the BITMAP* commands which allows you to specify the palette which the PilRC engine should find the closest match to. once you define this paletter, you can also define a PALETTE resource which you can then lock and pass onto WinPalette() it isn't *really* documented, but, read the source :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
