While using wxGenericDirCtrl's filter functionality I've found that
specifying multiple wildcards for one filter does not work. For
instance, with wxFileDialog one can specify the filter to be 'Text
files>*.log;*.txt' and the dialog will show both *.log and *.txt files.
But, using this filter with wxGenericDirCtrl does not work: no files at
all are shown. If I only supply 'Text files|*.log' or *.txt, but not
both, to the wxGenericDirCtrl, the files are displayed fine. Anyone have
any ideas?
While using wxGenericDirCtrl's filter functionality I've found that
specifying multiple wildcards for one filter does not work. For
instance, with wxFileDialog one can specify the filter to be 'Text
files>*.log;*.txt' and the dialog will show both *.log and *.txt files.
But, using this filter with wxGenericDirCtrl does not work: no files at
all are shown. If I only supply 'Text files|*.log' or *.txt, but not
both, to the wxGenericDirCtrl, the files are displayed fine. Anyone have
any ideas?
Please submit a bug report about this.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!