Bill Andreozzi wrote: > Why do you use the dummy bitmap if you don't have any low res graphics. > Instead just put some code around the call, because it should return null > for the bitmap if you are on a low-res machine.
I don't have a choice. The bitmap families are created in Constructor, which inserts the dummy bitmap headers automatically. (Yeah, I suppose PalmRez has a good reason after all to generate warnings when bitmap families lack low-density bitmaps...) > "James" <[EMAIL PROTECTED]> wrote in message news:101069@;palm-dev-forum... > > > > > BmpGetNextBitmapAnyDensity doesn't seem to do the > > right thing on bitmap families that have high-density > > but no low-density members (i.e., when the first > > bitmap in the family is the dummy bitmap). > > > > In these cases, BmpGetNextBitmapAnyDensity(bitmapP) > > returns bitmapP, which doesn't seem useful and isn't > > the behavior I'd expect. __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
