On Thu, 2003-09-18 at 16:10, Aaron Ardiri wrote:IMHO, this is Chris problems. Our product (Newsticker) works smooth within 320x320 and kCoordinatesNative:
I need to scroll the draw window by step of 1 on a 320x320 screen (PalmOS 5) but this function seems to only allow only step of 2.
Is there a way to fix this problem ?
moving 1 pixel on 8bpp requires BYTE moves, and, that can be
*slow* :) consider the limit of 2 an optimization the API's have taken.
Surely this is because the window's coordinate system is kCoordinatesStandard rather than an "optimisation"?
http://pdassi.de/product.php?prod_id=10994
WinScrollRectangle() use WinCopyRectangle() internaly.
-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * Ralf Dietrich www: http://www.envicon.com envi.con KG mail:[EMAIL PROTECTED] Detmolder Str. 60 Tel: +4930-34902670 10713 Berlin/Germany Fax: +4930-34902671
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
