handling clicks in custom matrix's cells gotit !
handling clicks in custom matrix's cells gotit !
- Subject: handling clicks in custom matrix's cells gotit !
- From: nicolas berloquin <email@hidden>
- Date: Mon, 6 May 2002 21:21:38 +0200
for those who might want to know (or who are looking at the list
archives), I found out what was wrong in my setup.
After disabling the NSImageView, everything worked fine. I guess the
imageview was catching the click, and despite
my setAction and setTarget, didn't do anything about it.
for info, I had to :
[(NSControl *)myImageView setEnabled: NO];
voila ;-)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.