Re: textDidChange: for several NSTextFields

2008-10-13 Thread Alex Blaj
Hi Robert, Thanks for your reply. What I would like to have in this particular case is a few text fields that, when edited, change the selection of a tableview. So I wondered if there's a classic approach to this issue, as I can imagine I'm not the only person that wants to have, for example, seve

Re: textDidChange: for several NSTextFields

2008-10-13 Thread Robert Černý
2008/10/13 Alex Blaj <[EMAIL PROTECTED]> > Hello everyone, > > A beginners question: I have a window with several NSTextFields and I would > like to implement textDidChange: for all of them (the behaviour would be > different for each field). What is the "standard" solution for this > situation? I

textDidChange: for several NSTextFields

2008-10-13 Thread Alex Blaj
Hello everyone, A beginners question: I have a window with several NSTextFields and I would like to implement textDidChange: for all of them (the behaviour would be different for each field). What is the "standard" solution for this situation? I can think about either creating a single delegate cl