Formatter for a matrix of edit fields. Minor questions.
Formatter for a matrix of edit fields. Minor questions.
- Subject: Formatter for a matrix of edit fields. Minor questions.
- From: Oscar Morales Vivó <email@hidden>
- Date: Tue, 25 Mar 2003 19:15:55 +0100
Is it possible to set all edit fields in a matrix of edit fields with
the same formatter in Interface Builder? NSMatrix has an outlet for
'formatter' but it doesn't seem to have any effect. And I don't see how
I can set the NSMatrix's prototype with a formatter.
Another one. How would I be able to call my code every time the user
modifies the value of one of the cells? For example, if the user were
to type '17' in a cell, so I can react both to the 1 and the 7 being
typed.
Thanks in advance for your help.
_______________________________________________
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.