Thanks Ben. Mike
--- Ben Combee <[EMAIL PROTECTED]> wrote: > At 08:54 AM 11/18/2004, you wrote: > >I have a bitmap on a form that I have embedded using the FORMBITMAP keyword > in > >PilRC 3.2. This bitmap has various depth versions (1 bpp, 2 bpp, ..., 16 > >bpp). > > I was wondering if anyone know of a way to change the depth displayed > > for this > >bitmap without changing the screen depth of the Palm OS device. > > There's no independent way to do this -- the FORMBITMAP object only holds a > single ID value. Every time that bitmap is drawn, the OS loads the bitmap > resource and calls WinDrawBitmap. You'd have to remove the FORMBITMAP > items and just manually draw the bitmap as part of your form update code if > you wanted to do anything special. > > > -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. > "Combee on Palm OS" weblog: http://palmos.combee.net/ > Developer Fourm Archives: http://news.palmos.com/read/all_forums/ > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/support/forums/ > __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
