I am bewildered by Tk -- in general, but also with this specific problem:
So I make some widgets. If I change that if(1) to if(0), and just throw them into the mainwindow, all is well and the window magically appears sized to the right size.
But since I want to be able to deal with cases where there are too many widgets for the window to even fit the screen, I use a Pane object (so make the if(0) an if(1)), I have a new problem: the window starts too small. Sure, I can resize it manually. But how do I make its initial size be the right size, if possible?
Tk is making me sad!
It's not trigonometry (Score:2)
Re:It's not trigonometry (Score:3, Interesting)
Re:It's not trigonometry (Score:1)
Wow! What a funny happenstance of your comment and the random (as in I Ching) Larry Wall quote that I was just served up:
Re:It's not trigonometry (Score:2)
Re:It's not trigonometry (Score:2)
Re:It's not trigonometry (Score:2)
But I like your way. It works!