On 2006-08-16, James <[EMAIL PROTECTED]> wrote: > Ah! I had also in my program: > > WinSetCoordinateSystem(kCoordinatesNative); > > So I had it backwards? I thought that the Native would produce 320x320? >
No, you need WinSetCoordinateSystem(kCoordinatesNative) before you do WinCopyRectangle. Most likely you draw in standard coordinates instead of native coordinates to your offscreen window. Make sure you draw in native coordinates to your offscreen window. Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
