What you are seeing is the correct behavior of the OS. This is needed for backwards compatibility of programs.
It's been a while since I've done this, but I believe you can create a BitmapV3 version of the bitmap and change its density setting. I know you can do so with offscreen windows and I'd imagine the same can be done with v3 bitmaps. -- Tim Kostka http://www.nuprograms.com <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > My program displays a 5x5 bitmap in normal density mode. In double density > mode, I would like this bitmap to remain 5x5, thus appear half its size. Yet, > when I run in double density mode, the bitmap appears the same size, likely > automatically expanded by the OS. Is this normal, or am I doing something > wrong? > > I checked bitmap families, but then a normal density 5x5 bitmap becomes 10x10 > in double density, which will not give me what I want either. > > Suggestions? > > > -- > Luc Le Blanc > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
