mtr4cv has asked for the wisdom of the Perl Monks concerning the following question:
my $Dir = $main->Frame(....); my $DirDialog = $Dir->FileDialog(-Title=>'A title', -Create=>0, -SelDir=>1); my $DirDialog->configure(-FPat=>'*', -ShowAll=>'NO'); my $DirName = $DirDialog->Show(-Path => $APathName);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Annoyance with Tk::FileDialog in MSWindows
by rbc (Curate) on Apr 09, 2002 at 17:11 UTC | |
|
Re: Annoyance with Tk::FileDialog in MSWindows
by mtr4cv (Novice) on Apr 11, 2002 at 15:11 UTC | |
|
Re: Annoyance with Tk::FileDialog in MSWindows
by {NULE} (Hermit) on Apr 09, 2002 at 22:38 UTC |