tkinter call backs
Fredrik Lundh
fredrik at pythonware.com
Mon Jul 19 13:08:32 EDT 1999
More information about the Python-list mailing list
Mon Jul 19 13:08:32 EDT 1999
- Previous message (by thread): tkinter call backs
- Next message (by thread): tkinter call backs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gordon Williams <g_will at cyberus.ca> wrote: > I have a simple problem that I cant find the solution. I have a menu item > to open a file which has a command "openfile". I would like to activate > "tkFileDialog.askopenfilename" to get the name of the file. This requires > "parent=root" or something like that for the position of the message box. > > How do I pass "root" into openfile? after which he promptly answered his own question: > fileName=tkFileDialog.askopenfilename(parent=root, title="Open") what am I missing here? </F>
- Previous message (by thread): tkinter call backs
- Next message (by thread): tkinter call backs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list