Well, if "that's kind of the point" it looks like I suck because when I lay stuff out it just ends up looking massively different than what I think I had programmed it to do. And I was building it up bit by bit, and it all seemed to be fine, until I'd add one seemingly insignificant widget which seemed to say "ooh, there is free space to each side of me, I'll resize myself!" and once a few widgets started doing that it was just a mess. I know there are parameters for the pack() function but they never seemed to make a difference, or at least, a difference in the right way.Noxious Ninja wrote:wxPython, based on wxWidgets.Malcster wrote:I don't suppose you know any portable GUI tookits - TK or whatever?
Um, that's kind of the point. You specify how things should be layed out, and all the window resizing logic is automatic. Or are you talking about something else?I was writing one for NSRT in Python but I discovered that laying stuff out is evil as boxes just change their shape and size for the hell of it.
And do you actually have significant experience with wxPython? I wasn't asking for the names of libraries, I meant "know" as in "know how to use".