> I've only ever used hires on the Sony before, and a WinScreenMode takes > care of it all. I've tried the same here (as well as a WinSetClip now), > but no luck.
hmm.. interesting - i have never used an API in 'native' resolution mode :) the other option is to create a V3 bitmap offscreen window, draw to that, then blit to the screen :) [this is what we do, works fine] the fact that it stops within the 160x160 boundary would tell me it is clipping issues - did you try WinResetClip(); after the call to set the co-ordinate system? thats all i can think of - if not, we got a bug on our hands :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
