Python 2.4.4 Tkinter GUI Example for Modeless Dialog with Menu, Edit, List, Buttons, File Save etc.

Michael Torrie torriem at gmail.com
Thu Jun 17 02:50:05 EDT 2010


On 06/16/2010 04:05 PM, My Python wrote:
> I would like to see some substantial example of an App written for a
> Modeless Dialog (fixed size, non resizable window) (If you have used
> WIndows MFC or Visual Basic you all know how elegant it is) 

What is elegant about a fixed-size, non-re-sizable window?  (Actually
what is elegant about MFC... shudder).  Definitely sounds like something
out of Windows.  How do you plan to deal with varying screen resolutions
and dot pitches if your dialogs are all fixed-size?  What happens when
you run your app on a high res screen where the default font size is
twice as large as what you planned for?

Tk? PyQt? PyGTK? wxPython?



More information about the Python-list mailing list