Re: A newbie question about FileDialog in wxPython

2007-05-14 Thread kyosohma
On May 11, 1:24 pm, "OhKyu Yoon" <[EMAIL PROTECTED]> wrote: > Hi! > I am opening files using the wx.FileDialog in wxPython. > I want to modify the FileDialog such that some information about a > highlighted file is displayed before I decide to open the file. > This is what I tried: > > class Modifi

A newbie question about FileDialog in wxPython

2007-05-11 Thread OhKyu Yoon
Hi! I am opening files using the wx.FileDialog in wxPython. I want to modify the FileDialog such that some information about a highlighted file is displayed before I decide to open the file. This is what I tried: class ModifiedFileDialog(wx.FileDialog): def __init__(self,parent,message,wildca