Re: NSSavePanel and setting extensions...
Re: NSSavePanel and setting extensions...
- Subject: Re: NSSavePanel and setting extensions...
- From: Andreas Schempp <email@hidden>
- Date: Thu, 24 Apr 2003 23:45:16 +0200
Ehm...
what is you question / problem ? ;-)
Am Donnerstag, 24.04.03 um 22:33 Uhr schrieb Oliver Cameron:
Im currently trying to make the extension in the standard save panel,
by default off. So when some person opens my app and clicks save, the
extension should be there by default.
Here is my current code:
- (BOOL)prepareSavePanel:(NSSavePanel*)savePanel
{
[savePanel setExtensionHidden:NO];
return YES;
}
_______________________________________________
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.
_______________________________________________
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.