RE: RE: Getting back out of a dialog box.

2009-08-19 Thread Steve Cookson
-Original Message- From: mattia.bar...@libero.it [mailto:mattia.bar...@libero.it] Sent: 19 August 2009 09:49 To: steve.cook...@sca-uk.com; wxperl-users@perl.org Subject: R: RE: Getting back out of a dialog box. >Messaggio originale >Da: steve.cook...@sca-uk.com >Data:

R: RE: Getting back out of a dialog box.

2009-08-19 Thread mattia.bar...@libero.it
>Messaggio originale >Da: steve.cook...@sca-uk.com >Data: 19/08/2009 14.30 >A: >Ogg: RE: Getting back out of a dialog box. > >OK, well Skip seems to work out of the top dialog, because >the top level button is defined as an OK button, but when >I drop

RE: Getting back out of a dialog box.

2009-08-19 Thread Steve Cookson
nt: 19 August 2009 08:04 To: wxperl-users@perl.org Subject: RE: Getting back out of a dialog box. Hi Johan, OK, that worked, I guess it depended on what $self was defined as. I had: my ($self, $event) = @_; # The first line of the event handler If I put in: $self->

RE: Getting back out of a dialog box.

2009-08-19 Thread Steve Cookson
nal Message- From: Johan Vromans [mailto:jvrom...@squirrel.nl] Sent: 19 August 2009 05:05 To: wxperl-users@perl.org Subject: Re: Getting back out of a dialog box. "Steve Cookson" writes: > If I put in and event filter to update the database, then OK doesn't close > the Dialo

Re: Getting back out of a dialog box.

2009-08-19 Thread Johan Vromans
"Steve Cookson" 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 $s