Hi Folks
I think I need to add an outlet to an array controller. Thus I have created a
derived class and added the outlet to the class.
@interface AccountingPeriodArrayController : NSArrayController
{
}
@property (nonatomic, retain) IBOutlet AccountingPeriod *accountingPeriod;
@end
Now, what I would like to be able to do is to bind this outlet to a property I
have exposed on the (File's Owner) controller class.
Is there any way I can get the outlet to be visible in the bindings sheet of
the IB Inspector, so that I can make the binding, without having to go to the
extent of making an IB plugin?
Joanna
--
Joanna Carter
Carter Consulting
_______________________________________________
Cocoa-dev mailing list ([email protected])
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 [email protected]