Re: Display file names in Tkinter Listbox

2010-05-20 Thread sit
On Fri, 21 May 2010 08:02:30 +1000, John McMonagle wrote: >s...@home.com wrote: > >> I have made the modifications and it does print inside the listbox, >> however they are all printed on the same line. >> > >Sorry, I didn't realize askopenfilenames returned the filenames as a >whitespace sepa

Re: Display file names in Tkinter Listbox

2010-05-20 Thread John McMonagle
s...@home.com wrote: > I have made the modifications and it does print inside the listbox, > however they are all printed on the same line. > Sorry, I didn't realize askopenfilenames returned the filenames as a whitespace separated string, on my system they are returned as a tuple of strings.

Re: Display file names in Tkinter Listbox

2010-05-20 Thread sit
On Thu, 20 May 2010 15:36:59 +1000, John McMonagle wrote: >r...@home.com wrote: >> Hello, >> >> My first attenpt at a simple python Tkinter application. I wanted to >> see how to load file names into a listbox from a menu. This is what I >> got until the part of displaying the file names in a l

Re: Display file names in Tkinter Listbox

2010-05-19 Thread John McMonagle
r...@home.com wrote: > Hello, > > My first attenpt at a simple python Tkinter application. I wanted to > see how to load file names into a listbox from a menu. This is what I > got until the part of displaying the file names in a listbox, which I > could not figfure out how to do? > > Any help w

Display file names in Tkinter Listbox

2010-05-19 Thread Rick
Hello, My first attenpt at a simple python Tkinter application. I wanted to see how to load file names into a listbox from a menu. This is what I got until the part of displaying the file names in a listbox, which I could not figfure out how to do? Any help would be appreciated. Trying to do thi