> Boolean onPOSE()
> {
> UInt32 value;
> Err err;
> // works on all versions of the Palm OS
> return (FtrGet('pose', 0, &value) == errNone);
> }
Aaron -- your paper also has the routine
Boolean onPOSE()
{
return HostGetHostID() == hostIDPalmOSEmulator;
}
Is this one less guaranteed?
Rich
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
