Hello Ray, WinDrawBitmap can only draw Palm bitmaps (the formats are in the documentation). To draw GIFs, you will have to decode the GIF data and fill out the bits into a bitmap yourself, then call WinDrawBitmap() to draw the resulting bitmap.
I found a page with source code to do GIF decoding at <http://www.geocities.co.jp/SiliconValley/3453/gif_info/source_en.html>. There may also be libraries to do the decoding available. HTH, Paulo --- Ray Lee <[EMAIL PROTECTED]> wrote: > Hi! > > I have a gif image that I'm trying to draw inside my > form but am having > trouble. Doesn't WinDrawBitmap handles GIFs or is > there another function > that I'll need do this? Any insight would be > greatly appreciated. Thanks!! > > Ray > > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
