I don't have Tk::SplitFrame installed and i don't have time right now to install it and test your code. Also i'm not an expert. But i do have a few comments:

  • if it starts it is unlikely to be a pack or grid (ie. geometry managment problem).
  • from your description it sounds as if the "tool-tip" is involved and this is a product of what module? Notebook? How much have you used it before? (I haven't used it at all.)
    I do know that when i was trying to perform operations on menu entries independent of activating them (this is when things like "tool tips" sometimes apply; but it sounds like this is not a menu context -- or is it?) I ran across a lot of web records by people regarding the problems with doing this and that there was some consensus about some modules also failing with "tool tips"

    So it may really be a problem in a module that you are kicking yourself over. Or some more knowlegable person may come along. I believe zentara knows a lot of Tk and perhaps uses windows.

    Also: are you sure you have isolated your problem as much as you can before you ask someone to solve it? I don't need a demo of your app on any level...

    In reply to Re: Perl/Tk - UI disappears by halfcountplus
    in thread Perl/Tk - UI disappears by g_speran

    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.