"Steve Cookson" <[email protected]> writes: > If I put in and event filter to update the database, then OK doesn't close > the Dialog box. If I don't put in an event then I can't update the DB.
With 'event filter' you mean you attach a handler to the OK button with EVT_BUTTON? If so, in this handler, did you use $self->Skip to allow the dialog handler to kick in as well? If not, please show some code. -- Johan
