Re: Customizing the drop highlight on a NSTableView

2011-03-02 Thread Corbin Dunn
On Mar 2, 2011, at 2:39 PM, John Terranova wrote: > > On Mar 2, 2011, at 1:58 PM, Corbin Dunn wrote: > >> >> On Mar 2, 2011, at 1:54 PM, Quincey Morris wrote: >> >>> On Mar 2, 2011, at 13:04, Eric Gorr wrote: >>> I am using the 10.5 SDK, so don't have access to -setDraggingDestina

Re: Customizing the drop highlight on a NSTableView

2011-03-02 Thread John Terranova
On Mar 2, 2011, at 1:58 PM, Corbin Dunn wrote: > > On Mar 2, 2011, at 1:54 PM, Quincey Morris wrote: > >> On Mar 2, 2011, at 13:04, Eric Gorr wrote: >> >>> I am using the 10.5 SDK, so don't have access to >>> -setDraggingDestinationFeedbackStyle: >>> >>> What are my options for customizing t

Re: Customizing the drop highlight on a NSTableView

2011-03-02 Thread Corbin Dunn
On Mar 2, 2011, at 1:54 PM, Quincey Morris wrote: > On Mar 2, 2011, at 13:04, Eric Gorr wrote: > >> I am using the 10.5 SDK, so don't have access to >> -setDraggingDestinationFeedbackStyle: >> >> What are my options for customizing the drop highlighting for a NSTableView? >> >> The highlighti

Re: Customizing the drop highlight on a NSTableView

2011-03-02 Thread Quincey Morris
On Mar 2, 2011, at 13:04, Eric Gorr wrote: > I am using the 10.5 SDK, so don't have access to > -setDraggingDestinationFeedbackStyle: > > What are my options for customizing the drop highlighting for a NSTableView? > > The highlighting I want is for it to draw the drop indicator between rows an

Re: Customizing the drop highlight on a NSTableView

2011-03-02 Thread Corbin Dunn
On Mar 2, 2011, at 1:04 PM, Eric Gorr wrote: > I found this old thread: > > http://lists.apple.com/archives/cocoa-dev/2005/Jun/msg01922.html > > which talks about overriding the private method: > > _drawDropHighlightOnRow: > > Now, I tried this out, and while the method does get called, it no

Customizing the drop highlight on a NSTableView

2011-03-02 Thread Eric Gorr
I found this old thread: http://lists.apple.com/archives/cocoa-dev/2005/Jun/msg01922.html which talks about overriding the private method: _drawDropHighlightOnRow: Now, I tried this out, and while the method does get called, it no longer appears to control the drop highlight of a row. I am us