Re: When the sender is an NSMatrix...
Re: When the sender is an NSMatrix...
- Subject: Re: When the sender is an NSMatrix...
- From: Sailor Quasar <email@hidden>
- Date: Mon, 7 Jul 2003 20:41:49 -0400
On Monday, July 7, 2003, at 08:24 PM, David Vernon wrote:
I've had the same problem, I can't get the cell to be the sender. Try
something like this (all of this is of course reproducable in Obj. C):
My method was to just use [sender selectedCell]... irregardless of the
NSMatrix's selection mode, it appears to return whichever one was
pressed in an NSButtonCell matrix while within the action selector. At
that point I distingushed between them with [[cell title]
isEqualToString:/* whatever */], but since each cell can have a tag too
that's faster and more efficient :).
I'm trying to get a method to distinguish between several
NSButtonCells in
an NSMatrix. The problem I'm having is that [sender tag] is giving the
tag
value of the Matrix rather than of the button that was clicked. I've
tried
wiring the action to both the Matrix and the ButtonCell (though not at
the
same time) however the result is still the same. Is there a better
(read:
working) means of determining which button was pressed?
Cheers,
John Lombardo
_______________________________________________
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.
-----------------------
David Vernon
Computer Systems Officer
School of Information Technology and Computer Science
University of Wollongong
Northfields Avenue,
Wollongong, NSW
Australia
Phone: +61 2 42215669
_______________________________________________
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.
-- Sailor Quasar, High Codemaster of the Web, scourge of systems
cvs server: Updating Quasar/brain/caffiene
A pepsi
R coke
Email: email@hidden
_______________________________________________
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.