in reply to Tk::DirTree question

After reading documentation on Tk::DirTree and Tk::HList I found out that delete('all') should be used.
sub OnNewPath{ $tk{dir_tree}->delete('all'); #this little tinker now work $tk{dir_tree}->chdir( $dr{PATH} );}
I checked and your code works with that correction.

Courage, the Cowardly Dog

Replies are listed 'Best First'.
Re: Re: Tk::DirTree question
by blackadder (Hermit) on Aug 02, 2002 at 12:21 UTC
    Brilliant, I am absolutely honoured with your reply….Thanks very much.

    I can’t wait to that point in time where I can begin to help and contribute to “Seekers of Perl Wisdom” just like other Perl Hotshots such as yourself.
    Tim