[Tutor] FileDialogBox in Tkinter

Keo Sophon keosophon at khmeros.info
Tue Jun 6 10:36:55 CEST 2006


On Tuesday 06 June 2006 14:49, you wrote:
> > What to do in order to get FileDialogBox in Tkinter for using?
> >
> >>> import tkFileDialog
> >>> res = tkFileDialog.asksaveasfilename(defaultextension=".txt")
>
> Does that help?
>
> > Where to find a complete reference of Tkinter?
>
> I assume you have checked the Tkinter section of the Python
> web site? It points at several resources.
>
> Fred Lundh's site is the best online resource I think.
> The most complete resource is Grayson's Book on Tkinter
> published by Manning.
>
> Alan G

Yes, it helps and does what I want. I had read some also your document, but 
they don't talk deeply and widely about Tkinter. However, they are good 
resource to start.

Thanks.
Phon



More information about the Tutor mailing list