Re: Controller introspection API
Re: Controller introspection API
- Subject: Re: Controller introspection API
- From: Scott Anguish <email@hidden>
- Date: Mon, 1 Mar 2004 13:32:28 -0500
On Mar 1, 2004, at 9:16 AM, Jonathan 'Wolf' Rentzsch wrote:
So long as I'm subclassing, I'd like to make the NSTableView
controller-aware for the purposes of:
* Deleting a row via the delete key and
* Drag and Drop
I'm not sure that Drag and Drop should be implemented at the tableview
level...
but the delete key thing, yeah, that seems that should be the place to
do that.
can you file an enhancement bug?
I have my own nonstandard methods of pulling this off, just like
everyone
else does. I saw this as in opportunity to standardize the subclass and
reduce the class count in one go. Unfortunately, apparently there is
currently no public API for getting a NSTableView's content binding. I
was just hoping I was missing something terribly obvious. Apparently
not.
At this point it's not public. not wanting to be a broken record, but
if you (or others) need this, then please file enhancement requests.
That's the way to get this exposed (which would be nice).
_______________________________________________
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.