Steve
    If this were dumb old DOS, I'd do a while(!kbhit( )){}to force a program
to stop where I needed  it. I'll bet there is something similar here with
the pen or a STOP_WAIT button.
Gordon

"Wang, Steve" wrote:

> Back of PP there is reset button which need needle kind thing to push.
>
> -----Original Message-----
> From: Cranwell, Nicolas [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 25, 1999 4:32 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: How can I Break a Running Application?
>
> I tried to Power off but I can't . It doesn't respond , but the
> application
> is running. The reset Button deletes all the Palm Pilot V  Staff ???
> There isn't any other solution??? What if you do a while (true) { }
> loop
> you will have to reset your Palm???
>
> Any other idea?
>
> Thanks
>
>                 -----Original Message-----
>                 From:   Dave Lippincott [mailto:[EMAIL PROTECTED]]
>                 Sent:   Wednesday, August 25, 1999 5:02 PM
>                 To:     [EMAIL PROTECTED]
>                 Subject:        Re: How can I Break a Running
> Application?
>
>                 reset button
>
>                 -----Original Message-----
>                 From: Cranwell, Nicolas <[EMAIL PROTECTED]>
>                 To: 'Palm Developer' <[EMAIL PROTECTED]>
>                 Date: Wednesday, August 25, 1999 3:20 PM
>                 Subject: How can I Break a Running Application?
>
>                 >I am new at this stuff.
>                 >I tried a small program( at the bottom ) and it doesn't
> stop running .
>                 >
>                 >There is a Ctrl-C key at the Palm Pilot??? I need to
> stop
> the Application.
>                 >
>                 >How can I do it???
>                 >
>                 >Thanks
>                 >
>                 >Nicholas
>                 >
>                 >
>                 >
>                 >
>                 >
>                 >
>                 >public Apli()
>                 >{
>                 >
>                 > Graphics.clearScreen();
>                 > botton.paint();
>                 > field1.paint();
>                 >
>                 >}// end constructor
>                 >
>                 >public static void main(String[] args)
>                 >{
>                 > (new Apli()).register(WANT_SYSTEM_KEYS);
>                 >}// end main
>                 >
>                 >public void penDown(int x,int y)
>                 >{
>                 > int i = Graphics.drawString("Hello",
>                 >                             x,
>                 >                             y);
>                 > Graphics.playSound(Graphics.SOUND_CLICK);
>                 >        Graphics.drawLine(1,
>                 >                            1,
>                 >                            x,
>                 >                            y,
>                 >                            Graphics.PLAIN);
>                 >
>                 >
>                 > if (boton.pressed(x,y))
>                 > {
>                 > String elemento = field1.getText();
>                 > lista.append(elemento);
>                 > }// end if
>                 >}// end penDown
>                 >
>                 >}// end class
>                 >
>
>

Reply via email to