As usual, there probably is a solution, but without a small code example that demonstrates it, I'm not going to take the time to write it from scratch. You give a good explanation of what you want, but it all boils down to how you are actually coding it. It sounds to me, like you want to use that previous example I showed, that gets the new window measurements after a resize, and do some sort of repacking/packPropagation trickery. If you did make a minimal example, you could also post it on comp.lang.perl.tk, and get more eyes looking at it. If worse comes to worse, you could completely withdraw the top window, repack everything, then raise it. But you get a crummy flicker that way. Also, there may be other techniques than what you are using, which is unknown to us. Maybe all you need to do is do a geometry statement with the new size,
then update/packPropagate the window.
I've found when you get into these esoteric
situations, there is usually a way out by putting things into a scrolled Pane or something similar. like deep nesting of frames with expand set.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.