Bill Andreozzi wrote:
I do it by:
   WORD ito = SysSetAutoOffTime( 0 );
   EvtResetAutoOffTimer();
   // perform whatever time intensive task I have.
   SysSetAutoOffTime( ito );
   EvtResetAutoOffTimer();

Thanks! exactly what I need. I found out that the Palm OS can turn itself off during long network operations... causes nasty crashes if you are using Bluetooth.

Chris


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

Reply via email to