Dear Discipulus & Marshall,

I appreciate your time and effort in reading and sharing some info. I have tried the script you two shared however I still could not achieve my two goal. maybe I rephrase it again hope I can explain it clearly.

-------

Item-A.) What I want to do is when I click the option in GUI TK window form " Menu->Add user " it will load 3 objects one for each (Label, Entry, & Button) inside my MainWindow form.

Item-B.) When I click again the option in my GUI TK window form " Menu-> Reset User " It will clear the old form from Item-A and load new 3 objects again one for each Label, Entry and Button) in my MainWindow.

This means that before I select new option Menu it will clear my MainWindow form and load option that I have selected. Just like the normal GUI behavior when using some application when clicking other options menu it will clear the previous(old) view and load again the next option that was just selected or click.

Thank you in advance


In reply to Re^2: tk widget - How to hide and unhide the forms in my script by fsmendoza
in thread Resolved: tk widget - How to hide and unhide the forms in my script by fsmendoza

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.