• 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
setShouldCascadeWindows: Not Working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: setShouldCascadeWindows: Not Working
      • From: Georg Tuparev <email@hidden>
  • Prev by Date: Switching Undo Manager
  • Next by Date: Re: NSMatrix / NSArrayController bindings
  • Previous by thread: Re: Switching Undo Manager
  • Next by thread: Re: setShouldCascadeWindows: Not Working
  • Index(es):
    • Date
    • Thread