Re: customizing visual feedback in nstableview
Re: customizing visual feedback in nstableview
- Subject: Re: customizing visual feedback in nstableview
- From: John Randolph <email@hidden>
- Date: Wed, 24 Mar 2004 16:46:56 -0800
On Mar 18, 2004, at 1:40 PM, Francisco Tolmasky wrote:
Let me restate what I'm trying to do. Try dropping some vcards onto
addressbook. No specific cell is highlighted, and no line is drawn
inbetween any, instead, since it is sorted, one big black box is drawn
around the entire table view, which is what I want.
In that case, you should be able to do what you want by overriding
-draggingEntered: to draw the black outline, and just invoke the
inherited method if the dragging source is local.
-jcr
Should array indices start at 0 or 1? My compromise of 0.5 was rejected
without, I thought, proper consideration. (Stan Kelly-Bootle)
_______________________________________________
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.