Todd Walk wrote: > > Which is faster, loading and displaying a small bitmap > > from a resource, or drawing it? I've got a lot of > > little images anywhere from 2x3 pixels to 3x5 pixels > > to display.
James Barwick wrote: > Bitmap resources are MUCH faster IMHO. Really, they are. And if you are worried about the tiny amount of time it takes to load your bitmap resources, just pre-load them with DmGet1Resource() when your app starts. __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
