[ wxwindows-Bugs-1695820 ] OSX - FileDialog wildcard forces lowercase

SourceForge.net noreply at sourceforge.net
Sun Apr 8 13:13:08 PDT 2007


Bugs item #1695820, was opened at 2007-04-06 16:40
Message generated for change (Comment added) made by iayork
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695820&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMac specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: iayork (iayork)
Assigned to: Stefan Csomor (csomor)
Summary: OSX - FileDialog wildcard forces lowercase

Initial Comment:
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; in each case the file extension either isn't shown at all, or is shown and returned only in lowercase.  This is the case even if the default file name is included with an upper- or mixed-case extension. 

Example mini-script (FDExample.py) attached.

----------------------------------------------------------------------

>Comment By: iayork (iayork)
Date: 2007-04-08 16:13

Message:
Logged In: YES 
user_id=1763119
Originator: YES

<EM>does this give you a problem ?</EM>

It's not really a problem, no.  I wanted to use a mixed-case extension,
but not for a good reason (in fact I've forgotten why).

----------------------------------------------------------------------

Comment By: Stefan Csomor (csomor)
Date: 2007-04-08 11:41

Message:
Logged In: YES 
user_id=81467
Originator: NO

OSX is case insensitive, but all Apple apps use lowercase extensions, does
this give you a problem ?

Thanks,

STeafn

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695820&group_id=9863




More information about the wx-dev mailing list