Re: Why can't I instantiate a subclass of NSArrayController?
Re: Why can't I instantiate a subclass of NSArrayController?
- Subject: Re: Why can't I instantiate a subclass of NSArrayController?
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 1 Nov 2003 10:08:41 -0800
On Nov 1, 2003, at 7:52 AM, Kurt Marek wrote:
I've been trying to work with the new Controller Layer and would like
to add some additional functionality to some of the controllers rather
than sticking it off in a separate 'MainController' class. But for
some reason when I subclass NSArrayController I can't instantiate it
in IB. I can instantiate subclasses of NSObject as usual and I can
create files for my NSArrayController subclass, but the Instantiate
menu item is grayed out.
Drag an NSArrayController from the palette as usual, then set its class
to <MyArrayController> using the Custom Class Inspector.
Feel free to file an enhancement request...
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.