.. and disabling the silkscreen & hardware buttons, I expect? -- -Richard M. Hartman [EMAIL PROTECTED]
186,000 mi/sec: not just a good idea, it's the LAW! Steve Stover wrote in message <[EMAIL PROTECTED]>... > >This IS necessary in my case. > >The program opens, and leaves opened (for various reasons) the RS-232 port. >Known to be draining to batteries. After turning off the auto power-off >feature. > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Richard M. >Hartman >Sent: Wednesday, December 06, 2000 10:35 AM >To: Palm Developer Forum >Subject: Re: Implementing Exit button > >Wow ... so far there has been no commentary on "but this isn't necessary or >expected on the Palm" ... are we slipping? ;-) > >-- >-Richard M. Hartman >[EMAIL PROTECTED] > >186,000 mi/sec: not just a good idea, it's the LAW! > > >Steve Stover wrote in message <[EMAIL PROTECTED]>... >> >>case MainButDoneButton: >> MemSet(&Event, sizeof(EventType), 0); file://zeros the record, ie fillmem >> Event.eType = appStopEvent; >> Event.data.frmLoad.formID = eventP->data.frmLoad.formID; >> EvtAddEventToQueue(&Event); >> handled = true; >> break; >> >>Steve Stover >>SRC >> >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf Of Lee, Eric >>Sent: Wednesday, December 06, 2000 8:56 AM >>To: Palm Developer Forum >>Subject: Implementing Exit button >> >>Just for the experiment, I am trying to terminate my app by selecting Exit >>menu item. I know that this is not necessary to do, but anybody here ever >>implement the exit menu item? I am gussing that I need a global flag to >>indicate that user wants to exit and send some sort of an event -- >>appStopEvent --? >> >>sincerely >> >>-- >>For information on using the Palm Developer Forums, or to unsubscribe, >>please see http://www.palmos.com/dev/tech/support/forums/ >> >> >> > > > >-- >For information on using the Palm Developer Forums, or to unsubscribe, >please see http://www.palmos.com/dev/tech/support/forums/ > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
