Re: "untitled" vs "Untitled"
Re: "untitled" vs "Untitled"
- Subject: Re: "untitled" vs "Untitled"
- From: Adam Leonard <email@hidden>
- Date: Sat, 9 Jul 2005 14:28:16 -0700
To my knowledge, there is no method in NSDocument or
NSWindowController to set the title of a new document.
A workaround might be to use NSDocument's -window when a new document
is created and then with that window use NSWindow's setTitle. You
would have to keep track of the number of new documents that have
been created, and the stick that number to the end of the title
I know the guidelines say new documents should be named "untitled",
but I have never seen an application that actually does this. Since
users are used to seeing an uppercase letter, it could become confusing.
Adam Leonard
On Jul 9, 2005, at 1:08 PM, David Catmull wrote:
Apple's guidelines state that new documents should be named
"untitled", but NSDocument uses the capitalized "Untitled". Has
anyone made a workaround for this, before I start on it myself?
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden