Hi Jerome,
Jerome Velut wrote:
Dear all,
I installed wxPython 2.8. One PC is under XP, other is under new Vista.
I use the wildcard option for the file dialog:
"BMP files|*.bmp|JPEG files|*.jpg|VRML scene|*.vrml"No problem under XP. I get the right FilterIndex when closing the modal
dialog box. But under Vista, the choices are not available. Only *.* is
proposed in the File type widget.Just a share of experience. No questions.
Just tried this on Vista with wxPython 2.8.3 FileDialog demo and I don't see the problem, i.e. I can select any of the file types defined in the wildcard variable.
Werner