in reply to Re: How to change a Tk module?
in thread How to change a Tk module?
$out = SaveAsDialog (
-title => "$title - Save your results as:",
-filters => [
'CSV files' => '*.csv',
'All files' => '*.*'],
-defaultfilter => 1,
-handle => "$mw",
);
Thanks,
Spike.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to change a Tk module?
by eserte (Deacon) on Mar 18, 2004 at 10:41 UTC |