[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: FileDialog FilterExtensions upper/lower case problem

Amgad Hanafy wrote:
Hi

I have a problem with file dialog extensions


The problem is that I can get only the lower case extension e.g. image.jpg

but if the extension is uppercase I couldn't get it e.g. image.JPG

i tried to get all cases of the extension that I use but in case of long extension list like all supported formats only 48 semicolon separated extensions are accepted the rest is omitted

But I think that it's easier from the file dialog itself if it compare the lower case of both file extension & filter extension
is there a solution for this problem?

If you don't get a response here, please search Bugzilla for this; if you don't find anything please enter a bug about it. I'd be surprised if there isn't a way to get it to be case-insensitive, because SWT uses the native OS file dialog, but you never know...


Eric