On Jun 3, 2008, at 6:06 PM, Stuart Malin wrote:
I have a window with a few NSTextFields. The window has a controller
(sub class of NSWindowController). The window is loaded from a Nib.
I set the stringValue of the NSTextFields using the -setStringValue.
I tried doing this before showing the
I have a window with a few NSTextFields. The window has a controller
(sub class of NSWindowController). The window is loaded from a Nib.
I set the stringValue of the NSTextFields using the -setStringValue.
I tried doing this before showing the window:[super showWindow:self];
I moved the -sh