Re: best time to alter GUIs

2008-03-12 Thread Ken Thomases
On Mar 12, 2008, at 10:45 AM, Daniel Child wrote: On Mar 8, 2008, at 1:11 AM, Ken Thomases wrote: We can think of three stages of loading a window from a NIB and showing it: 1. Loading the NIB bundle's contents into memory 2. Unarchiving the NIB's contents and instantiating the object

Re: best time to alter GUIs

2008-03-07 Thread Ken Thomases
On Mar 7, 2008, at 9:38 PM, Daniel Child wrote: On Mar 3, 2008, at 2:05 PM, Ken Thomases wrote: On Mar 3, 2008, at 11:12 AM, Daniel Child wrote: On Mar 1, 2008, at 6:15 AM, Ken Thomases wrote: Does your init method do anything else other than calling [super initWithWindowNibName:]? In

best time to alter GUIs

2008-02-28 Thread Daniel Child
I am trying to understand the interrelationship between various method calls made once a window controller is instantiated. I am loading a window controller from within a master controller. Data passed from the master controller to the window controller is used to programmatically alter