> 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.
Yes, the GUI topic in my tutor only introduces some of the
language and the most basic principles. I then leave you
to
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 ha
> 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
On 06/06/06, Keo Sophon <[EMAIL PROTECTED]> wrote:
> What to do in order to get FileDialogBox in Tkinter for using? Where to find a
> complete reference of Tkinter?
Fredrik Lundh's guide (which Bernard linked) is a good Tkinter
reference. For the FileDialogBox, you will need another import
statem
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 wid