in reply to Re: Tk container size question
in thread Tk container size question

Thanks Gumsieh, I'll try pack or grid.

The Form manager has been perfect for everything else in my GUI, though, so it'll be with some trepidation that I move to something else, because it'll feel like giving up some control. I'll experiment.

Dan

Replies are listed 'Best First'.
Re^3: Tk container size question
by qumsieh (Scribe) on Oct 14, 2004 at 21:13 UTC
    it'll be with some trepidation that I move to something else

    You don't have to give it up completely. It is perfectly fine to have different frames using different geometry managers to manage their children widgets. So, I would suggest you keep everything the way it is, and just change the necessary minimum to achieve your goals.

      Yes, I know.

      In the end I fixed it by introducing an extra frame container. I'm still using the Form manager. :-)

      Thanks,
      Dan