RE: Need help with TK DirTree

2012-10-29 Thread Brian Raven
...@listserv.activestate.com] On Behalf Of Daniel Burgaud Sent: 28 October 2012 01:12 To: Perl-Win32-Users Subject: Need help with TK DirTree Hi I am writing a Perl File Manager app using TK and DirTree to navigate the folders. $frame-Scrolled( 'DirTree', -command = [\ListDir] )-pack( -side = 'right', -expand = 1

Need help with TK DirTree

2012-10-27 Thread Daniel Burgaud
Hi I am writing a Perl File Manager app using TK and DirTree to navigate the folders. $frame-Scrolled( 'DirTree', -command = [\ListDir] )-pack( -side = 'right', -expand = 1, -fill = 'x', ); Here is my problem: The above will only list the current Drive. It would not allow me to switch from C