Subject: PalmOSForm.c, Line:564, unexpected coordinate system
From: Erico Franco <[EMAIL PROTECTED]>
Date: Fri, 28 Oct 2005 13:36:27 -0200
X-Message-Number: 9
I decided to change my
WinSetCoordinateSystem(kCoordinatesStandard);
to
WinSetCoordinateSystem(kCoordinatesNative);
as I want to display some more precise sprites (bitmaps) on my game
(using 320x320 instead of 160x160) given up from some devices as my game
do not works on treo600 and Z22.
If I understand correctly what you are trying to do, then the simpler solution is to create bitmap families with a double density bitmap.
If you want more accurate placement, then switch screen depth before writing the bitmap, and then IMMEDIATELY switch back.
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
Roger Stringer
Marietta Systems, Inc.
(www.rf-tp.com)
