If you use a custom event handler you can use FrmDoDialog and respond to any events you want. It requires an extra 10 lines of code or so, but it'll do exactly what you want. -- Tim Kostka http://www.nuprograms.com
"Robert Moynihan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Eric Potter wrote: > > > What is the best way to close a form programatically? I am displaying > > a form with FrmDoDialog. If the user doesn't respond in a certain > > amount of time, I need to close the dialog. How can I do this. > > > > thanks > > > > Eric > > > FrmDoDialog won't let you do that. It uses its own event loop. All you > need to do is initialize and open your own form, with its own little > eventloop. Bob. > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
