Re: custom dragging destination feedback in an NSTableView
Re: custom dragging destination feedback in an NSTableView
- Subject: Re: custom dragging destination feedback in an NSTableView
- From: Corbin Dunn <email@hidden>
- Date: Fri, 11 Apr 2008 08:50:24 -0700
On Apr 11, 2008, at 7:10 AM, Martin Redington wrote:
It's not the dragged image I'm concerned about - I know how to
change/customise that.
By "dragging destination feedback", I mean the black border that
gets drawn around the row of the destination table that I'm about to
drop on. I'd like to stop the tableview drawing that, and draw
something more pleasing myself ...
It seems like everyone has been complaining about this lately :)
You must not be using Leopard -- we made it look better on Leopard.
There is no public way to do what you want, and people have overridden
private methods to control the drawing. See http://katidev.com/blog/2008/02/22/styling-an-nstableview-dttah/
for one of the latest examples. Apple does not endorse overriding
private methods, as your code may stop working in future releases.
If you haven't already done so, please log a bug requesting the
ability to customize this drawing (if you have found a need to do so).
-corbin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden