NSWindow setTitle not affecting displayed title
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