in reply to Re: Perl/Tk question
in thread Perl/Tk question

Even better is to toggle the "visibility" of the frame using pack (to make visible) and packForget (to make invisible).

Replies are listed 'Best First'.
Re^3: Perl/Tk question
by mawe (Hermit) on Feb 09, 2005 at 07:41 UTC
    Hi!

    You can also do this with grid, gridForget (I'm just mentioning it because joelnackman uses grid).

    Regards, mawe