in reply to Re: Re: Re: Re: Perl/Tk: Need Assistance with use of pack()
in thread Perl/Tk: Need Assistance with use of pack()
You can't mix pack() and grid() in the same frame or toplevel (this would cause your program hanging). Either use grid() all over the place or create a frame where you just use grid().