Works like a charm, thanks so much.

I'm suspecting that you're right with the reasoning behind the cause of the sudden change. I was thinking along the same lines, but couldn't find much reference online that steered me towards the reasons.

I also appreciate the style guides, but I'm afraid that this code belongs to one of my coworkers, and fixing it only fell to me since I'm handling the Linux conversion. I seem to be the only person here that really wants to do any kind of 'best practice' style of coding. The segment of code I posted was ripped out of a much larger piece of software which likely would have made you cringe if you'd seen it. ;)

UPDATE: Bah. Still this thing taunts me. If you go a little farther down in the code, there's another MainWindow Frame that gets created, $PartStep. Everything packs and resizes properly up until that appears. Now it's just that section, but I still have to grab the bottom of the window and pull it down until it's tall enough to show that section.

UPDATE TO THE UPDATE: Seems the solution to this was to move the point where $PartStep got created. I moved the creation/pack up to where the others got created, and then left the population part where it was, and that seemed to take care of the problem.

In reply to Re^2: Problems after upgrading both Perl and Tk by monksp
in thread Problems after upgrading both Perl and Tk by monksp

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.