Re: [Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-27 Thread mopman
Yes, this happens on wish.exe as well. to repeat: 1) start Dos console and cd to C:\Tcl\demos\Tk8.4 2) at prompt enter: wish widget.tcl - widget demonstration window opens 3) scroll to Common Dialogs and select 2. File selection dialog 4) click browse button in dialog 5) click Desktop button on l

Re: [Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-27 Thread mopman
ems to happen on the second time as soon as the pop up displays the file info (i.e. if you move cursor over a file, a pop up appears with file type, date and size info). 3) This only happens when selecting from desktop. I can select files without any problems from any other location. Fredrik Lund

Re: [Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-21 Thread mopman
l my whole app. Can anyone else reproduce this? Thanks again. Fredrik Lundh wrote: > > mopman wrote: > >> I'm using python tkinter to create a GUI. I wish to collect 4 files from >> a >> user so for this part I created a GUI that has a Label, Entry a

Re: [Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-21 Thread mopman
after the first time, it only took 4 or 5 times to do it a second time) The other computer is a P4 1.8 Ghz, it takes fewer times. Could it be a race condition? Thank you again for your response. Fredrik Lundh wrote: > > mopman wrote: > >> I'm using python tkinter to

[Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-20 Thread mopman
Hello, I'm using python tkinter to create a GUI. I wish to collect 4 files from a user so for this part I created a GUI that has a Label, Entry and Button. To get the file I use tkFileDialog askopenfilename. My problem is that after a few file selections using the tkFileDialog, the root windo