antioch has asked for the wisdom of the Perl Monks concerning the following question:
my $dialog_about = $main_window->DialogBox( -title => "About $program_title",); $image = $main_window->Photo ( -file => 'aboutIE.bmp', -height => 413, width => 289);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Images in Perl/Tk Dialog Box
by Plankton (Vicar) on Jun 03, 2004 at 17:33 UTC | |
|
Re: Images in Perl/Tk Dialog Box
by Grygonos (Chaplain) on Jun 03, 2004 at 17:53 UTC | |
|
Re: Images in Perl/Tk Dialog Box
by eserte (Deacon) on Jun 03, 2004 at 19:09 UTC | |
by antioch (Sexton) on Jun 03, 2004 at 21:57 UTC |