in reply to Re^3: misplaced scroll bar with Tk::Table
in thread misplaced scroll bar with Tk::Table

"What do you actually want to achieve?"

I want to demo a bug ;-) I think you misunderstood my point. Whether there was a better way is not important here. The point is that Tk::Table should not display that scrollbar in that strange way regardless.

But thanks for your kindness and the sample code!

  • Comment on Re^4: misplaced scroll bar with Tk::Table

Replies are listed 'Best First'.
Re^5: misplaced scroll bar with Tk::Table
by GrandFather (Saint) on Aug 12, 2005 at 11:28 UTC

    I don't think I have seen a bug in the module as such. Consider the following quote from the documentation:

    A number of rows and/or columns can be marked as 'fixed' - and so can serve as 'headings' for the remainder the rows which are scrollable.

    and also:

    Entries in the Table are simply ordinary perl/Tk widgets. They should be created with the Table as their parent.

    Your sample code ignored the second instruction. That is not a bug in the module; it is a bug in your code. Having fixed that the scroll bar was correctly generated over the only column that was not fixed. That column is very narrow: so also therefore is the scrollbar. That is not a bug either.


    Perl is Huffman encoded by design.