Re: setShouldCascadeWindows: Not Working
Re: setShouldCascadeWindows: Not Working
- Subject: Re: setShouldCascadeWindows: Not Working
- From: Oliver Cameron <email@hidden>
- Date: Wed, 27 Oct 2004 19:19:40 +0100
Hi,
I tried that, but it still seems to give the same result, also, some
people have said their is a relationship between the autosave name and
cascading, I've tried it with and without a autosave name and I still
get the same result.
Thanks,
Oliver
On 27 Oct 2004, at 19:08, Georg Tuparev wrote:
NSWindowController's designated initializer is
- (id)initWithWindow:(NSWindow *)window
gt
On Oct 27, 2004, at 7:14 PM, Oliver Cameron wrote:
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
-- georg --
"War is God's way of teaching Americans about geography."
Ambrose Bierce, writer (1842-1914)
_______________________________________________
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