kranthi has asked for the wisdom of the Perl Monks concerning the following question:
my $dialog = $Global::mw->Dialog(-title => 'Status', -text => "Do you wish to continue", -default_button => 'Ok', -buttons => ['Ok', 'Cancel'], -font => ['Arial',10 ] )->Show(); $dialog->Subwidget('Cancel')->Invoke();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Handling Dialogbox
by zentara (Cardinal) on Nov 03, 2008 at 14:13 UTC | |
by kranthi (Sexton) on Nov 04, 2008 at 05:55 UTC |