in reply to Understanding Tk::DialogBox
The second is that calling Show returns the text of the pressed button, when the DialogBox is closed, so you can also just do:
my $answer = $config->Show(); myApplySub() if($answer eq 'Apply');
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understanding Tk::DialogBox
by rvosa (Curate) on May 12, 2005 at 01:00 UTC |