NSMatrix and actions
NSMatrix and actions
- Subject: NSMatrix and actions
- From: Cristian Savu <email@hidden>
- Date: Tue, 11 Jun 2002 12:53:27 +0200
Hi,
I have a NSMatrix (with one column - containing buttons) and I need to
connect different cells to different actions. This is easy and can be done
runtime and also from IB.
Than sometimes I must change the action runtime. For this I used
[matrix getRow:&row column:&col ofCell:[sender cell]] but always the
sender is the matrix not the button itself.
I need to know what button was pressed.
Can anybody give me a suggestion how to solve this problem?
Regards,Cristian
_______________________________________________
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.