Exporting a NSDocument Changing fileName
Exporting a NSDocument Changing fileName
- Subject: Exporting a NSDocument Changing fileName
- From: Tom Gray <email@hidden>
- Date: Tue, 23 Sep 2003 14:26:04 -0400
I have created an Export method which uses:
beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:
contextInfo:
My problem is that I, once again, can't seem to get a filename into the
filename textField. I have tried:
[[self document] setFileName:[[self window] title]];
But no effect.
Any ideas on how to get a filename into the Save dialog?
Tom Gray
email@hidden
_______________________________________________
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.