"The currently is not a simulator that supports it.": is it a hardware function? Else the ROM should contain the code of the function, or is the ROM supplied with the tungsten simulator not OS 5 R2 compliant?
So for the moment I could implement the trap call for the GCC and I would be able to achieve the same behavior, couldn't I? By snipping Somewhat in SDK R2, should it be service 21 in the HighDensityDispatch trap 0xA3EC? While this could work, what is its portability issue? Does the trap remains in future versions of the OS or is the API the only rule of evolution? And what is the politic of palm about the evolution of such kind of half supported functions? Thanks for your attention. Steve Van der Hoeven -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ezekiel Sanborndeasis Sent: Monday, July 07, 2003 9:09 PM To: Palm Developer Forum Subject: Re: Have seen WinSetScalingMode and some otherfunctions for pcrtools? WinSetScallingMode is being added as part of the QVGA support in OS 5.3. The call was not initially part of the high density API for OS 5. The end result is that you need to check the window manager version and verify that it is 5 or greater before trying to make the call. Or you can check to see if the trap is implemented for that one call... The currently is not a simulator that supports it. -Ezekiel Sanborn de Asis PalmSource Developer Support -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
