[Tutor] FileDialogBox in Tkinter

Bernard Lebel 3dbernard at gmail.com
Tue Jun 6 05:23:21 CEST 2006


Hi Phon,

This is the most complete Tkinter reference I could find (although
it's not exactly "complete"):
http://www.pythonware.com/library/tkinter/introduction/

As to how to make the file dialog box to work, I found this
introduction tutorial extremely helpful to get started with the
Tkinter widgets, methods and options:
http://www.aqzj33.dsl.pipex.com/how_i_learned_tkinter/contents.htm

The file dialog classes should not pose a problem, they work exactly
like other Tkinter widgets.


Cheers
Bernard



On 6/5/06, Keo Sophon <keosophon at khmeros.info> wrote:
> Hi all,
>
> What to do in order to get FileDialogBox in Tkinter for using? Where to find a
> complete reference of Tkinter?
>
> Thanks,
> Phon
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list