Re: un-implemented NSTableView delegate methods?
Re: un-implemented NSTableView delegate methods?
- Subject: Re: un-implemented NSTableView delegate methods?
- From: Tony Royal <email@hidden>
- Date: Fri, 17 Aug 2001 12:23:05 -0400
I have noticed that tableViewDidDragTableColumn() only gets called when
the actual order of the columns is changed by the drag (correct behavior
IMHO). I have used the notification version of this with success, but
haven't tried the delegate method.
On Friday, August 17, 2001, at 08:53 AM, email@hidden wrote:
>
From: Howard J. Fink
>
>
I am trying to take advantage of some of the mouse delegate methods in
>
NSTableView: tableViewDidClickTableColumn() and
>
tableViewDidDragTableColumn(). I
>
have implemented all of the delegate methods defined in the NSTableView
>
documentation to log to the console when they are called. While I do
>
see most of
>
the other delegate methods at appropriate times, including
>
tableViewMouseDownInHeaderOfTableColumn(), my two implementations of
>
the above
>
methods never get invoked. My delegate connection from IB is obviously
>
correct,
>
or I wouldn't get the other delegate method calls. I do have column
>
selection
>
enabled.
>
>
I am working in Java, using the 10.1 5g15 build.
>
>
Has anyone successfully used tableViewDidClickTableColumn() or
>
tableViewDidDragTableColumn()? Did you have to set any special
>
properties to get
>
it to work?
>
>
Thanks,
>
email@hidden
>
_______________________________________________
>
cocoa-dev mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev