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
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