This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Lita.Cho, jesstess, terry.reedy
Date 2014-06-02.01:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401671320.62.0.855038590888.issue21597@psf.upfronthosting.co.za>
In-reply-to
Content
The patch for #18132 replaced pack with grid, But the replacement seemed partial even within the top frame (but I may have misread). Mixing the two is known to be a bad idea. http://effbot.org/tkinterbook/grid.htm has a big warning box about this. I think we can fix both issues with a 2row x 4col grid. The first col would have a minsize as now but be expandable. The canvas would have a rowspan of 3. The bottom row would have a fixed size so it does not disappear. I don't know if gridding a frame with a widget and scrollbars packed inside is ok or not.  If not, it should be possible to grid widget and scrollbars instead. In any case, the result should be a bit simpler, with at least 1 less intermediate frame (for the 3 buttons under the canvas. Unless someone else would rather, I will do a final review, test, and commit. 

If you try an approach that does not work, say so and I will know not to suggest it ;-).
History
Date User Action Args
2014-06-02 01:08:40terry.reedysetrecipients: + terry.reedy, jesstess, Lita.Cho
2014-06-02 01:08:40terry.reedysetmessageid: <1401671320.62.0.855038590888.issue21597@psf.upfronthosting.co.za>
2014-06-02 01:08:40terry.reedylinkissue21597 messages
2014-06-02 01:08:39terry.reedycreate