in reply to array of listboxes with vertical scrollbar capable of displaying different data

Looks like a job for Tk::HList. Check this article on using the list box and HList: http://www.perltk.org/articles/hlist/hlist.html
  • Comment on Re: array of listboxes with vertical scrollbar capable of displaying different data

Replies are listed 'Best First'.
Re^2: array of listboxes with vertical scrollbar capable of displaying different data
by Real Perl (Beadle) on Apr 06, 2005 at 19:40 UTC

    Hi Zentara and InfiniteLoop,

    Thank you so much, it works BEAUTIFULLY!

    Claire