• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: "untitled" vs "Untitled"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: "untitled" vs "Untitled"
      • From: "Brian K." <email@hidden>
References: 
 >"untitled" vs "Untitled" (From: David Catmull <email@hidden>)

  • Prev by Date: Re: failed objc_getClass...
  • Next by Date: Re: failed objc_getClass...
  • Previous by thread: "untitled" vs "Untitled"
  • Next by thread: Re: "untitled" vs "Untitled"
  • Index(es):
    • Date
    • Thread