Thomas,
A post which in essence says "please write my application for me" is pretty
much a guaranteed way to annoy people - who are generally busy writing their own
applications - or to simply be ignored.
A better approach would be to figure out what part of Tkinter isn't working as
you expec
Hi Thomas,
An image will be garbage collected if thee is no pointer
to the variable holding the image.
You thus need to change the following lines of code:
self.gif1 = PhotoImage(file = 'mm.gif')
canvas.create_image(50, 10, image = self.gif1, anchor = NW)
(by making the gif1 variable
Hello,
I need to make a GUI which has a fixed window size approx 390 (width) X 6020
(height)
It needs to have a fileMenu containing "File" "About" "Exit". In the "file"
menu it needs a menuItem called "new route".
When you click on "new route" it needs to display a new window with a
listBox.. W