NSOpenPanel runModalForTypes: trouble (was: lowercaseString on Jaguar)
NSOpenPanel runModalForTypes: trouble (was: lowercaseString on Jaguar)
- Subject: NSOpenPanel runModalForTypes: trouble (was: lowercaseString on Jaguar)
- From: Michael Becker <email@hidden>
- Date: Wed, 16 Jun 2004 12:42:45 +0200
Hi!
I found the ACTUAL problem. NSOpenPanel's
runModalForDirectory:file:types: takes an NSArray for the 'filetypes'
parameter. However, it seems to be case-sensitive on 10.2.8, whereas it
is case-insensitive on 10.3.
I want people to only load JPEG-Images, do I have to provide an array
with all possible versions of capitalization of the words 'JPG' and
'JPEG'? Or is there something I am missing?
Bye,
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.