Re: [Tutor] How to add an Image in Grid mode with Python and Tkinter?

2018-07-31 Thread Matthew Polack
Thanks Alan and Peter for the comprehensive replies...that gives me some good 'homework' to do and clarity on how to go about it. Much appreciatedwill spend some time now getting my head around it. Thanks so much. - Matthew Polack Matthew Polack | Teacher [image: Emailbanner3.png]

Re: [Tutor] How to add an Image in Grid mode with Python and Tkinter?

2018-07-30 Thread Alan Gauld via Tutor
On 30/07/18 08:24, Matthew Polack wrote: > I'm trying to simply add an image to our program to make the GUI more > interesting...but most of the tutorials describe using the 'Pack' > method not the grid method of layout... That's completely irrelevant since you can add images to widgets

Re: [Tutor] How to add an Image in Grid mode with Python and Tkinter?

2018-07-30 Thread Peter Otten
Matthew Polack wrote: > Hi, > > Steadily trying to learn Python and Tkinter here with our students... > > Am working on a simple 'Price of Cereal Crop' calculatorand have made > a start with the code below... > > I'm trying to simply add an image to our program to make the GUI more >

[Tutor] How to add an Image in Grid mode with Python and Tkinter?

2018-07-30 Thread Matthew Polack
Hi, Steadily trying to learn Python and Tkinter here with our students... Am working on a simple 'Price of Cereal Crop' calculatorand have made a start with the code below... I'm trying to simply add an image to our program to make the GUI more interesting...but most of the tutorials