if you play with WinSetCoordinateSystem you must make sure that you return it to
default state as soon as you finish drawing. system counts with defaults and it
doesn't work well if you keep it on kCoordinatesDouble

Thomas Lösel wrote:
> Dear all,
> 
> I have a form in my application where I want to use the double density
> display with a solution of 320x320 pixels. Therefore I added to my
> application the following code in the procedure of the form-open-event:
> 
>   err := FtrGet(sysFtrCreator, sysFtrNumWinVersion, ksys);
>   if (ksys > 3) then WinSetCoordinateSystem(kCoordinatesDouble);
> 
> as described in the manual page 1292.
> 
> This runs but now the menu from the form brings problems which did not
> appear before. After closing the menu the window is not right restored
> and the menu entries are not to activate with the pen.
> Any ideas?
> 
> Thomas
> 
> 

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

Reply via email to