If the window is shown immediately and the "Visible at Launch" flag is
set, have you connected the 'window' outlet?
This was it! Thanks so much.
Daniel
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mode
On Jul 5, 2008, at 11:05 AM, Daniel Richman wrote:
[prefController showWindow:self];
The first time you go to Preferences, the window and all the stuff
on it work fine. But on subsequent attempts to open the window,
nothing happens. What am I missing?
Is the "Release When Closed" flag set
Hi All,
I must be missing something blatantly obvious, but here goes: I made a
Preferences window whose File's Owner is a custom class:
PreferencesController, which is a subclass of NSWindowController. If you
click on the Preferences menu item, the window is shown by
[prefController showWind