NSOpenPanel woes/questions
NSOpenPanel woes/questions
- Subject: NSOpenPanel woes/questions
- From: David Cairns <email@hidden>
- Date: Tue, 24 Jun 2003 01:49:41 -0400
hey all --
does anyone know of a better way to use NSOpenPanel? i'm currently
using
NSOpenPanel *op = [NSOpenPanel openPanel];
[op runModalForTypes:[NSArray arrayWithObjects:@"mov", @"mpg", nil];
however, this only works when a file type ends in the extensions listed
in the NSArray. are there any other methods (or ways of grabbing
files) that i can use.
also -- is there any way to do a system-wide turn-off of that "check
spelling as you type" bs? im really getting tired of it, but i cant
just delete it, cause i might need it for papers, etc, BUT I CAN'T
STAND THESE CURSED RED LINES!
:-D
thanx, dave
_______________________________________________
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.