Baxter
2003-12-05 00:20:53 UTC
I've got a customer that because of union/pay scale issues wants to prevent
the user from exiting my application to the launcher. Basically turning the
unit into a dedicated Data Collector instead of a PDA.
It looks like I can do this by simply not responding to the appStopEvent
ie: change } while (event.eType != appStopEvent);
to } while (1);
Are there any gotchas or downsides to doing this?
--
-------------------------------------------------------------------------
Free software - Baxter Codeworks www.baxcode.com
-------------------------------------------------------------------------
the user from exiting my application to the launcher. Basically turning the
unit into a dedicated Data Collector instead of a PDA.
It looks like I can do this by simply not responding to the appStopEvent
ie: change } while (event.eType != appStopEvent);
to } while (1);
Are there any gotchas or downsides to doing this?
--
-------------------------------------------------------------------------
Free software - Baxter Codeworks www.baxcode.com
-------------------------------------------------------------------------