I am not sure. I think that if your bitmap is a bitmap family containing some HD bitmaps, the HD version will be drawn automatically by the system.
The problem was that it was not possible to create such bitmap families with pilrc until recently. Pilrc-generated bitmap families were containing only single density bitmaps and the system was scaling them. You simply need to use BITMAPFAMILYEX and provide a bitmap twice larger and twice bigger and put the keyword DENSITY 2 close to it. Let me know if it works. Cordially, Regis. ------------------------------------------------------------------------ Regis NICOLAS - Engineering Director, Montpellier Site Palm Computing Europe, a PalmSource, Inc. subsidiary When the finger points to the sky, the idiot looks at the finger. -----Original Message----- From: James [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 8:13 PM To: Palm Developer Forum Subject: Re: Larger Displays like on Clie <[EMAIL PROTECTED]> wrote in message news:88183@palm-dev-forum... > > Are you saying that any image that I create in an external program like > Paint Shop Pro or other image program will be assumed to be low > resolution and have pixel doubling performed on it? I think you are but > I want to be sure. If that is the case, I might as well just stay with > what I have. No. Bitmaps automatically drawn by the *system* are assumed to be low- resolution and get pixel-doubled (e.g., bitmaps from FormBitmap objects, graphic controls, etc). (And by "bitmaps" I mean the native Palm OS Bitmap type; the system doesn't know how to draw anything else.) On the other hand, you have control over bitmaps you draw manually (e.g. bitmaps you draw by calling [HR]WinDrawBitmap, [HR]WinCopyRectangle in your code). -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
