Subclassing NSControllers
Subclassing NSControllers
- Subject: Subclassing NSControllers
- From: David Remahl <email@hidden>
- Date: Sun, 29 Jun 2003 21:04:38 -0700
Hi.
I'm checking out Key Value Binding in detail now. A really great
technology, but as far as I understand, still under NDA, so I'll be
brief (and only include what is already common knowledge). Feel free to
respond to me individually.
I would like to create a controller subclass, that could be used to
populate a table with entries from the address book. Like the array
controller, but arrangedObjects returns an array of ABRecords.
The problem is that I can't subclass NSController or NSArrayController.
If I do, using the normal IB methods, the instantiated object appears
like a blue box, not a set of green ones. Nor is it selectable in the
bindings inspector for a table view...
How do I create a palette that contains my object?
/ Regards, David Remahl
_______________________________________________
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.