<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
IOhannes, you found the magic bullet (or forum post, that is)!<BR>
<BR>
Awesome, I can confirm this works in a little test script and screenshot.&nbsp; It's a button to toggle<BR>
hidden file display as expected.<BR>
<BR>
On Wed, 2008-04-02 at 10:55 +0200, IOhannes m zmoelnig wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hans-Christoph Steiner wrote:</FONT>
<FONT COLOR="#000000">&gt; This would be huge, it would greatly help the newbies.  In workshops,  </FONT>
<FONT COLOR="#000000">&gt; a lot of people had trouble with those open/save panels.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; There are quite a few apps written with Tcl/Tk for GNU/Linux, so I am  </FONT>
<FONT COLOR="#000000">&gt; sure we are not the first to want this feature.  I would be very  </FONT>
<FONT COLOR="#000000">&gt; surprised if another Tcl/Tk app hasn't solved this already.</FONT>

<FONT COLOR="#000000">according to <A HREF="http://www.groupsrv.com/computers/about266840.html">http://www.groupsrv.com/computers/about266840.html</A> it is </FONT>
<FONT COLOR="#000000">acutally already built into tk-8.4 but not exposed!</FONT>

<FONT COLOR="#000000">quoting this article:</FONT>
<FONT COLOR="#000000"> &gt;</FONT>
<FONT COLOR="#000000"> &gt; If you have Tcl/Tk 8.4.12, find the file &quot;tkfbox.tcl&quot; in your Tk</FONT>
<FONT COLOR="#000000"> &gt; installation. At line 777, you will see:</FONT>
<FONT COLOR="#000000"> &gt;</FONT>
<FONT COLOR="#000000"> &gt; set ::tk::dialog::file::showHiddenBtn 0</FONT>
<FONT COLOR="#000000"> &gt; set ::tk::dialog::file::showHiddenVar 1</FONT>
<FONT COLOR="#000000"> &gt;</FONT>
<FONT COLOR="#000000"> &gt; Replace them by:</FONT>
<FONT COLOR="#000000"> &gt;</FONT>
<FONT COLOR="#000000"> &gt; set ::tk::dialog::file::showHiddenBtn 1</FONT>
<FONT COLOR="#000000"> &gt; set ::tk::dialog::file::showHiddenVar 0</FONT>
<FONT COLOR="#000000"> &gt;</FONT>
<FONT COLOR="#000000"> &gt; And you're done...</FONT>

<FONT COLOR="#000000">mfgasd.r</FONT>
<FONT COLOR="#000000">IOhannes</FONT>


</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
Dan Wilcox
robotcowboy.com
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>