Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In the main window I want two widgets, a Tree/HList on the left and a Frame on the right which will have other widgets in it.
This is what I want to happen:
Firstly the HList on the left should be scrollable, -Scrolled doesn't seem to work?
When a node in the tree is selected, it generates some widgets in the frame on the right displaying some kind of information. An example in Windows could be Explorer or the Admin tools.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl/Tk Associating HLists with other widgets
by davidj (Priest) on Jun 15, 2004 at 14:04 UTC | |
|
Re: Perl/Tk Associating HLists with other widgets
by eserte (Deacon) on Jun 15, 2004 at 13:48 UTC | |
|
Re: Perl/Tk Associating HLists with other widgets
by gri6507 (Deacon) on Jun 15, 2004 at 14:07 UTC | |
|
Re: Perl/Tk Associating HLists with other widgets
by zentara (Cardinal) on Jun 16, 2004 at 12:36 UTC |