Re: embedding filedialog in a frame in tkinter

2007-12-18 Thread [EMAIL PROTECTED]
> Try using Tix, a Tkinter extension included in the Python library. It > provides a DirList widget: > thanx Gabriel.. -- http://mail.python.org/mailman/listinfo/python-list

Re: embedding filedialog in a frame in tkinter

2007-12-15 Thread Gabriel Genellina
On 15 dic, 04:30, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i am trying out tkinter to make a gui..i want to have a frame with an > embedded file explorer next to a 'open directory' label..i tried out > FileDialog and tkFileDialog methods but they open as pop up dialogs.. > how do i make thi

embedding filedialog in a frame in tkinter

2007-12-14 Thread [EMAIL PROTECTED]
i am trying out tkinter to make a gui..i want to have a frame with an embedded file explorer next to a 'open directory' label..i tried out FileDialog and tkFileDialog methods but they open as pop up dialogs.. how do i make this packed into the frame the way button and other widgets can be packed?