• 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
NSWindow setTitle not affecting displayed title
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSWindow setTitle not affecting displayed title


  • Subject: NSWindow setTitle not affecting displayed title
  • From: Andrew White <email@hidden>
  • Date: Thu, 10 Mar 2005 15:59:29 +1100


Using a document-based application.

- (void) windowDidLoad
{
	[super windowDidLoad];
	[[self window] setTitle:
		@"My window title"
	];
	NSLog (@"Title: %@", [[self window] title]);

	...
}


The log shows: Title: My window title The window itself shows: Untitled

Any suggestions?


-- Andrew White

--------------------------------------------------------------------------
This email and any attachments are confidential. They may contain legally
privileged information or copyright material. You should not read, copy,
use or disclose them without authorisation. If you are not an intended
recipient, please contact us at once by return email and then delete both
messages. We do not accept liability in connection with computer virus,
data corruption, delay, interruption, unauthorised access or unauthorised
amendment. This notice should not be removed.
_______________________________________________
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: NSWindow setTitle not affecting displayed title
      • From: Keith Renz <email@hidden>
  • Prev by Date: Re: Where's the list box?
  • Next by Date: Asymmetrical behavior in NSMutableArray
  • Previous by thread: Newbie: setting a delegate to NSWindow
  • Next by thread: Re: NSWindow setTitle not affecting displayed title
  • Index(es):
    • Date
    • Thread