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"
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 mails | Author | Date |
|---|---|---|
| Bertil Holmberg | Jan 5, 22:39 | |
| Navneet Kumar | Jan 5, 22:50 | |
| Keary Suska | Jan 6, 21:48 |






Cocoa mail archive

