NSImageView in cell
Hi All,
I have subclassed NSTextFieldCell and am displaying an NSImageView with some other text in it.
Now the problem is I want to get click event on NSImageView.
I am doing setTarget and setAction but my action selector doesn't get called.
It appears that the click on the cell is captured somewhere else. Any ideas?
Appreciatively,
Mubashir
|