Re: Figuring out which values are selected in an NSTableView
Re: Figuring out which values are selected in an NSTableView
- Subject: Re: Figuring out which values are selected in an NSTableView
- From: Steven Kramer <email@hidden>
- Date: Wed, 18 May 2005 11:37:02 +0200
Op 18-mei-05 om 9:25 heeft Denis Stanton het volgende geschreven:
No, but you're close. As has become obvious, it's my fault.
It turns out that when I first defined my paymentController I typed
IBOutlet NSArrayController *PaymentController;
(note the subtle difference)
This name was accepted by IB.
I subsequently corrected the .h file to
IBOutlet NSArrayController *paymentController;
but IB remained connected to PaymentController
I thought I had re-synched the .h and the nib file several times, but
I missed this.
Always check the run log. I'm pretty sure Interface Builder, or rather,
the nib loading code, will display a warning at runtime if it is not
able to connect an outlet.
Oops... Just checked this and this only happens for actions, not
outlets. Maybe you should file an enhancement request...
Regards,
Steven Kramer
--
email@hidden
http://www.sprintteam.nl/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden