Skip navigation.
 
mlRe: NSMatrix: does it have an delegate method...
FROM : Keary Suska
DATE : Sun Jan 06 21:48:13 2008

on 1/5/08 2:50 PM, <email_removed> purportedly said:

> I want to only change the background color of the cell in matrix and
> fighting with it now. Nothing seems to work. Have posted it also separately
> on cocoa-dev.
>
> Can I override -mouseDown() method of the matrix in any way to know if the
> user selected any cell.


You could use bindings. Also, considering that bindings work, there must be
an observable property that will give you the current selected cell or at
least the coordinates (row/column).

Best,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"

Related mailsAuthorDate
mlRe: NSMatrix: does it have an delegate method... Bertil Holmberg Jan 5, 22:39
mlRE: NSMatrix: does it have an delegate method... Navneet Kumar Jan 5, 22:50
mlRe: NSMatrix: does it have an delegate method... Keary Suska Jan 6, 21:48