> I have an application with two sets of bitmaps; one for 160x160 displays and > one for 320x320 displays. Since I am using PilRC, I am using BITMAPFAMILYEX. > Is there a way for me to switch to the lower resolution bitmaps on the fly? I > am wanting to do this as a demo to show the difference between high and low > resolution.
use a BitmapV3, and BmpSetDensity() :) and, then draw the bitmap. you can then use the same bitmap, and, show one smaller than the other *g* --- 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/
