Ian York wrote:
MacOS 10.4.9, Python 2.4, wx.Python 2.8.3.
In the "save" FileDialog, no matter how I try to include a default
file extension, the extension is converted to lowercase. I've tried
upper- and mixed case in the wildcard, no wildcard, and removing the
wildcard option altogether; all of them mess with the extension. I
could alter the extension after it's returned to the program, but then
the saved file wouldn't match what was displayed on the save dialog,
which is confusing to users.It's a particular problem Apple has laid claim to all all-lowercase
file descriptors, so I really want to use some uppercase in the
extension.
Please enter a bug report about this, with a category of "wxMac Specific."
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!