![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: getOpenFile etc. wish-list
From: Koen Danckaert <danckaer@retarget.com>
Date: Mon Feb 27 2006 - 15:24:54 CET
Hi,
If you have Tcl/Tk 8.4.12, find the file "tkfbox.tcl" in your Tk installation. At line 777, you will see:
set ::tk::dialog::file::showHiddenBtn 0
Replace them by:
set ::tk::dialog::file::showHiddenBtn 1
And you're done...
Bottom line: this functionality is already present in Tk, but for some reason it's not exposed yet...
Koen
Donal K. Fellows wrote:
|