In my application I have this...
[code]
UInt32 Version;
if( FtrGet( pinCreator, pinFtrAPIVersion, &Version ) != errNone )
SysFatalAlert( "Unable to get PIN API version." );
if( Version >= pinAPIVersion1_1 )
{
FrmSetDIAPolicyAttr( Form, frmDIAPolicyCustom );
PINSetInputTriggerState( pinInputTriggerEnabled );
SysSetOrientationTriggerState( sysOrientationTriggerEnabled );
SysSetOrientation( sysOrientationUser );
}
[/code]
but when I click on the "Find" button on the stat bar, it changes my screen
size back to 320x320, and when I close it, it's STILL 320x320, and not the
480x320 that it was before I clicked the "Find" button.
How do I make it so that it reverts back to the way it was?
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/