As some previous questions to the Monks have shown, I am having trouble with getting the TabbedDynaFrame to display properly.
In this I will explain what I have found in the hope that some Monk,
like so many times in the past few years, can offer a solution.

The DynaTabFrame example shows the parent using ->pack as the geometry manager.
I want to use the ->grid geometry manger as I use this extensively in a number of applications.
The DynaTab parent is on a ‘main’ gui page where there are other widgets in frames.
I found that I had to use ->pack with the child tabbed frames to get any display at all.
I found two cases which consistently cause the children tab frames not to be displayed.
These are:
1. trying to use ‘raise’ for one of the children before MainLoop was called:
2. using the interent application GoToMeeting which allows PC to be viewed on the internet.

I found that I had to alter the time widgets were displayed so that I minimized what was happening on my PC while the tabbed frame were being created.
The children tabbed frames have different numbers of widgets on them so that effectively they are different sizes. When the children tabbed frames
are being created, I found that the largest in size must be created last otherwise when using the tabs, all the contents of the other tabbed frames are not shown.

In reply to DynaTabFrame display problems by merrymonk

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.