Re: clicking in NSMatrix.
Re: clicking in NSMatrix.
- Subject: Re: clicking in NSMatrix.
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 6 May 2003 15:14:02 +0200
On mardi, mai 6, 2003, at 13:15 Europe/Paris, Oscar Morales Vivs wrote:
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.
Looking at the GNUStep NSMatrix source code shows that the sender is
always the NSMatrix.
_______________________________________________
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.