Hello,

Seems like that there is no solution but to subclass.
The remaining point is where to put the arrow key interception. You
can try to override "moveUp:" and "moveDown:" or if it does not work,
try "keyDown:".

Regards, Laurent Etiemble.

2009/8/20 Mario De Clippeleir <mari...@sydec.be>:
> Thank you very much ! How could i have missed that  :-)
>
> Another question : In a NSOutlineView the user can change rows using the
> arrow keys, but which event do i need to catch if i want to do anything with
> it ?
>
> Br,
>
> Mario
>
> Laurent Etiemble wrote:
>>
>> Hello,
>>
>> Have you tried NSMatrix.SetToolTipForCell ?
>>
>> (http://api.monobjc.net/html/M_Monobjc_Cocoa_NSMatrix_SetToolTipForCell_2_3d28d9a9.htm)
>>
>> Regards, Laurent Etiemble.
>>
>> 2009/8/18 Mario De Clippeleir <mari...@sydec.be>:
>>
>>>
>>> Hi,
>>>
>>> how do you implement tooltips in Cells in a NSMatrix ? The cells are
>>> being
>>> built programmatically...
>>>
>>> Thanks,
>>>
>>> Mario
>>>
>>>
>
>

Reply via email to