Re: timing of showing a window and setting display attributes of controls on that window

2008-06-03 Thread Randall Meadows
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

timing of showing a window and setting display attributes of controls on that window

2008-06-03 Thread Stuart Malin
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