At 03:15 AM 1/30/2008, you wrote:
Subject: WinSetCoordinateSystem
From: "Diana Tang" <[EMAIL PROTECTED]>
Date: Tue, 29 Jan 2008 12:31:22 -0500
X-Message-Number: 11

I used WinSetCoordinateSystem(kCoordinatesDouble) in my program and it
squished all my forms to the top left corner.  I want to keep using 320 x
320.  How do i expand all those forms?

The gadget you mentioned earlier should be 160*160 because this will be handled by the OS in "standard coordinates" and fit nicely on the 320*320 screen.

You need to be switching in and out of double density coordinates immediately before and after drawing so the system is always left using standard coordinates.

// set double density coordinates
// Draw stuff that requires double density coordinates
// restore standard coordinates


Roger Stringer
Marietta Systems, Inc. (www.rf-tp.com)


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to