No. Actually I've used CW8's constructor... I've tried to look for latest PilRC at www.ardiri.com but failed to find there any mention of BITMAPFAMILYEX. The version available there is 2.9 and dated February 2002...
I've looked throgh Google and found that there is a later version http://216.239.37.100/search?q=cache:eECufJACpT4C:www.they.com/doc/pilrc/htm l/manual.html+BITMAPFAMILYEX&hl=en&ie=UTF-8 talking about PilRC v2.90 p8 dated July 2002, but I'failed to find the file itself. Please give me a link. Thank you. -- Konstantin "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > I have bitmap family of LoRes bitmaps (compressed). If I try WinDrawBitmap > I > > get doubled dimensions of the picture on HiRes screen (in terms of > physical > > pixels). How can I draw it without quadrupling every pixel? The picture is > > about 320x320 and I want to scroll it on LoRes screen and show totally on > > HiRes. I know I can create different familyies, but their contents will > be > > 99,99% the same so I'd prefer to go some other way... And the memory is > > quite limited so unpacking the total bitmap and manupulating the whole > image > > in memory could be a problem... > > are you using BITMAPFAMILYEX? > > the bitmap needs to be marked as a V3 bitmap, and, the density needs to > be set to 144 (as compared to 72). how are you defining your bitmap family? > > --- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
