in reply to •Re^2: Tk::pack help
in thread Tk::pack help

You are correct about that. However, before I was turned on to the grid and form geometry managers, I was able (with some difficulty and complexity) to get fairly decent grid layouts using pack. By all means, it is not the way to go and grid/form are the best options.

davidj