FROM : Daniel Child
DATE : Thu May 15 06:23:01 2008
I have a window controller that I initialize using
initWithWindowNibName.
To improve readability later in the code, I try to cache the window
outlet to another variable. [self window] returns no value, however.
This exact same code used to work in previous incarnations of the
program, and it seems that it simply "broke" when I opened the nib in
IB3 and added a text field. (It was originally created in IB2 and
worked fine in Leopard and XCode 3 until I modified it.)
I am just getting used to IB3 but don't see what or how I could have
broken the connection. Are there any obvious culprits?
Thanks.
DATE : Thu May 15 06:23:01 2008
I have a window controller that I initialize using
initWithWindowNibName.
To improve readability later in the code, I try to cache the window
outlet to another variable. [self window] returns no value, however.
This exact same code used to work in previous incarnations of the
program, and it seems that it simply "broke" when I opened the nib in
IB3 and added a text field. (It was originally created in IB2 and
worked fine in Leopard and XCode 3 until I modified it.)
I am just getting used to IB3 but don't see what or how I could have
broken the connection. Are there any obvious culprits?
Thanks.
| Related mails | Author | Date |
|---|---|---|
| Daniel Child | May 15, 06:23 | |
| Ken Thomases | May 15, 06:35 | |
| j o a r | May 15, 06:38 | |
| Daniel Child | May 16, 04:16 |






Cocoa mail archive

