dorian has asked for the wisdom of the Perl Monks concerning the following question:
I would hope the word "test" appears into the widget, but it didn't. I am using Perl 5.8.7 for windows. Thanks in advance Dorian Oriause Tk; $mw=MainWindow->new(-title=>'Test'); $mw->resizable(0,0); $resumen2=$mw->getSaveFile( -initialfile =>"test", -title =>"Anything", -initialdir => "./*.txt", -defaultextension=>'txt' ); print $resumen2;
Edited by Chady -- added code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems with initial file in getSaveFile
by GrandFather (Saint) on Sep 21, 2005 at 01:03 UTC | |
|
Re: Problems with initial file in getSaveFile
by pg (Canon) on Sep 21, 2005 at 01:26 UTC | |
|
Re: Problems with initial file in getSaveFile
by injunjoel (Priest) on Sep 21, 2005 at 00:29 UTC | |
|
Re: Problems with initial file in getSaveFile
by dorian (Novice) on Sep 21, 2005 at 13:25 UTC |