It would be very helpful if you could supply an short example that is "runnable as posted". Then explain what you want that is different than what your posted code does. There is often more than one way to achieve what you want.

As a side note, be careful with progress bars... as this can be a very "expensive" operation in terms of MIPs. Holds true even you have say a gizmo that displays number of files processed, or a numerical percentage of total work done. You don't want the display of progress to actually slow down the work toward progress itself in any significant way. This can happen if you update the GUI too often.

I recommend that you register as a user on Perl Monks. Doesn't cost anything. A question like this involves back-and-forth and you can't update your post as anon to comply with my request.


In reply to Re: Arrange tk progressbar in tk table column. by Marshall
in thread Arrange tk progressbar in tk table column. by Anonymous Monk

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.