Re: how to bind a command to the open button

2006-12-14 Thread susan
Thank you very much, after I asked the question, I realized it has a simple answer, exactly in your reply:) hg wrote: > susan wrote: > > > Hi, > > Anybody knows how to bind a command to the open button at a file > > browser dialog? I want to add selected files to a scrol

Re: how to bind a command to the open button

2006-12-12 Thread hg
susan wrote: > Hi, > Anybody knows how to bind a command to the open button at a file > browser dialog? I want to add selected files to a scrolllist. > > Like this: > > def browseFile(self): > > file = askopenfilename(filetypes = [("TDF

how to bind a command to the open button

2006-12-12 Thread susan
Hi, Anybody knows how to bind a command to the open button at a file browser dialog? I want to add selected files to a scrolllist. Like this: def browseFile(self): file = askopenfilename(filetypes = [("TDF Files", "*.TDF"), ("All F