Re: clicking in NSMatrix.
Re: clicking in NSMatrix.
- Subject: Re: clicking in NSMatrix.
- From: Oscar Morales Vivó <email@hidden>
- Date: Tue, 6 May 2003 13:15:22 +0200
On Tuesday, May 6, 2003, at 01:02 Europe/Madrid, publiclook wrote:
Each cell that has its own target sends itself as the sender of action
messages. If your matrix has a target but the clicked contained cell
does not, the matrix itself will be the sender. Each cell can also
have its own action. All of this is or was documented by Apple.
Except that it doesn't :( At least not in my case. Maybe it's a bug? I
did set all the cells' targets manually in IB and yet the sender is the
matrix itself.
Could someone else test it? Set all the cells' actions of a NSMatrix of
checkboxes in IB and check who's the sender.
Also, could someone point me to the proper documentation for that? I
looked around and around and didn't find it.
For the time being, I'll make do with the workaround, but set the
action to the matrix so if it's a bug and it gets sorted my program
keeps working.
Thanks everybody anyway.
/*
Oscar Morales Vivs
Eternal Computer Science Student. Master of C++ Templates. Cocoa Nut.
Computer Graphics Illuminati. UI Guru in Training. Dabbler in all
things CS and most which are not.
Web stuff:
http://homepage.mac.com/oscarmv/
*/
_______________________________________________
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.