> When i call this function with width=320 and height=320 on treo600 sim/real > there is no error returned. Is this normal ? > > error = WinScreenMode (winScreenModeSet, &width, &height, &depth, &color );
no. never use this API ot set the screen size.. it just ignores the values being passed in (width/height). never assume OS5 is 320x320 as well :) use the other API's to get the screen resolution. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
