I know Perl::Tk and the module Tk::Columns is very old, but the system I have to code on is even older. :-D

My tool is working fine, but I need to present a .csv logfile that contains more than 100.000 lines. Actual I'm working with Tk::Columns, as it offers sorting columns and it is much faster than f.e. Tk::Table.

The only problem I have is, that there are only 10 lines visible. I can have more than ten lines, but I need to scroll.

I have searched the internet, read the docs and also tried to find this limitation in the module source code, but it seems that my knowledge is not enough.

Can anybody tell me, how get more than 10 lines visible with Tk::Cloumns?

Update:

Solution is: http://www.perlmonks.org/?node_id=1029308


In reply to Tk::Columns only 10 lines visible by norealenemy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.