> I'd like to know what function is faster : > > WinScrollRectangle or MemMove
what do you think? the only problem is that if your window is wider than the display, you'll have to do a series of MemMove's. note, the WinScrollRectangle API uses MemMove most likely - but, it has all the clipping/bounds blah blah blah checks :) we take an extra route, dont use either :) write our own assembly. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
