I'm trying to get a Perl/Tk script to monitor logfiles, I'm using Threads (and before you say it yes I know threads are experimental, but they are working for me), anyway, I'm using the HList widget to colorize and manage different lines from the logfiles based on whether they match a given pattern. I have the monitoring and pattern matching working. But when I go to add the line to the HList widget, it doesn't display until I move the mouse inside the application window. I've tried just about every combination of update(), after(), and repeat(). That I could come up with and nothing helps. This is going to be run on an unmanned box to display on a projection screen so moving the mouse over the application every now and then is not the fix. Any help would be greatly appreciated. I've looked everywhere I know to look, but to no avail. None of the cookie cutter answers seem to be applicable to this problem. TIA.

In reply to Noninteractive Refresh by linux454

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.