Re: [Image-SIG] Desperate GUI Help Please!!

2010-03-16 Thread Fredrik Lundh
The Tkinter toolkit comes with a canvas widget that's probably a better choice for the drawing parts of your application. Tkinter itself is a bit outside the scope for this mailing list; you'll probably have more luck on the tkinter-discuss list: http://mail.python.org/mailman/listinfo/tkinte

[Image-SIG] Desperate GUI Help Please!!

2010-03-16 Thread thomas1984
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