----- Original Message ----- From: "Richard Coutts" <[EMAIL PROTECTED]>
> I have a generic dialog function for instantiating my dialog and for > registering my handler. It works great, except that I want to add the > behaviour that if the user taps outside of the area of the dialog, the > dialog closes. > buttonPressed = FrmDoDialog( dialog ); The problem (as I see it) is that FrmDoDialog "displays a modal dialog," according to the documentation, and when a modal dialog is active, taps outside its bounds are ignored. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
