btw:   a snippet of my code is as follows:
      case sysAppLaunchCmdFind:
      {
         //find uses features that were not supported until 3.1.
         //Don't offer find features on older OSs.
         if (IsVersionAtLeast( 3, 1 ))
         {
               FindParamsPtr findParams = (FindParamsPtr)cmdPBP;
               Boolean bCurrentApp = (fuLaunch & sysAppLaunchFlagSubCall);
                 UInt16 ito = SysSetAutoOffTime( 0 );
                Search( findParams, bCurrentApp );
            SysSetAutoOffTime( ito );
         }
         break;
      }// end of sysAppLaunchCmdFind


--
Bill Andreozzi
STATus Pro, Inc.
Phone: 425.869.0854
Mobile: 425.260.1127
E-mail: [EMAIL PROTECTED]

"Bill Andreozzi" <[EMAIL PROTECTED]> wrote in message
news:98280@palm-dev-forum...
>
> I've been trying to get this to work by setting to zero (during a global
> find) - but the system still seems to turn off after a certain amount of
> time (set by the prefs) - anyone used this before?
> thanks - bill
>
>
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to