Thanks for all the help. I ended up adding a stop event to the queue...

        EventType event;
        event.eType = appStopEvent;
        EvtAddEventToQueue(&event);


-----Original Message-----
From: Charles Rezsonya [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 06, 2000 8:24 AM
To: [EMAIL PROTECTED]
Subject: Re: Ending an application


just have the event loop end when i = true or something instead of it
waiting for the exit event.  this way you can have a button change the value
of i and cause the exit to occour on your terms (button etc etc).


-----Original Message-----
From: Ralph Krausse <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Date: Wednesday, January 05, 2000 7:49 PM
Subject: Ending an application


>How. I want to click on a button and exit my application. How can I do
this?
>
>thanks
>Ralph Krausse
>

Reply via email to