[Newbie] Uninitialized outlets?
[Newbie] Uninitialized outlets?
- Subject: [Newbie] Uninitialized outlets?
- From: Brian Hook <email@hidden>
- Date: Wed, 05 Sep 2001 20:04:21 -0700
I'm trying to get my first real Cocoa app going, and I'm puzzled as
hell. I'm basically starting with the CurrencyConverter tutorial and,
near as I can tell, I've done everything necessary in order to get
things running. However, my outlets don't seem to be connected at
startup. I was under the impression that this was magically handled
once I specified the outlets via ctrl-drag in IB. I've done all that,
looked at the connection info, and it seems fine and dandy. However if
I step into my code, I find that I'm not getting results because my
outlets simply aren't connected (they're "0x0").
Any ideas what this must be? It has to be something simple, I imagine,
but I can't find any info on this.
Thanks,
Brian