>From those symptons, it certainly sounds like there is a missing/crossed
connection in IB for those buttons or you are mising @property/@synthesize
lines for those buttons.

- h

On Mon, May 9, 2011 at 18:19, Martin Batholdy <batho...@googlemail.com>wrote:

> Hi,
>
> I have a preference window with four NSButtons that are all connected to a
> method and an IBOutlet:
>
> IBOutlet NSButton *buttonA;
> IBOutlet NSButton *buttonB;
> IBOutlet NSButton *buttonC;
> IBOutlet NSButton *buttonD;
> NSUserDefaults *prefs;
>
> <snip>
>
> When I debug this code I see that buttonA and buttonB have an address.
> But buttonC and buttonD seems to have no address (0x0) ...
>
>
> what could possibly be the problem here ...?
>
>
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to