in reply to Represnting a query data in a Tk::DirTree like manner

You could also use Tk::HList if you want to have a hierarchal structure but not display the folder icons next to each branch. I found this very useful in my application since the notion of "folders" was inappropriate, yet I still wanted the h-structure.
  • Comment on Re: Represnting a query data in a Tk::DirTree like manner

Replies are listed 'Best First'.
Re^2: Represnting a query data in a Tk::DirTree like manner
by blackadder (Hermit) on Sep 16, 2004 at 12:40 UTC
    So, I can have a Hlist and hierarchal structre but I can't have an icon of a folder next to each branch!,.....

    Never mind,....I will use the table like notion.

    Thanks for your help friend.

    Regards
    Blackadder
      Then try Tk::Tree which is a Tk::HList with some magic to display the folder icons.