in reply to Re: Re: Re: Re: clsoing sub window upon execution?
in thread clsoing sub window upon execution?

my $result = $myDialogBox->Show; print ($result eq "OK"? "user chose to save":"user discarded");
just check the return value of the ->Show(); function


Grygonos