setShouldCascadeWindows: Not Working
setShouldCascadeWindows: Not Working
- Subject: setShouldCascadeWindows: Not Working
- From: Oliver Cameron <email@hidden>
- Date: Wed, 27 Oct 2004 18:14:52 +0100
Hi guys,
I'm trying to make my NSWindowController cascade its windows, so in my
subclass I do:
- (id)init
{
[self setupController];
[self setShouldCascadeWindows:YES];
return self;
}
(I also tried the method in awakeFromNib:)
Note the method right at the bottom. Just using this didn't seem to
work, so I wondered if it was the way I was creating my
NSWindowController instance, this is how I currently do it:
WindowController *windowController = [[WindowController alloc] init];
[windowController showWindow:nil];
And this loads the window and shows it, but the window shows up in the
same position as the others.
I have no idea what could be wrong, so any ideas appreciated.
Thanks,
Oliver
_______________________________________________
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