Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!quiche!philwzo From: philwzo@cs.mcgill.ca (Philippe WIECZOREK) Newsgroups: comp.sys.next Subject: TextFields, Texts.... Summary: Help... Message-ID: <1991Mar21.005715.7825@cs.mcgill.ca> Date: 21 Mar 91 00:57:15 GMT Sender: news@cs.mcgill.ca (Netnews Administrator) Organization: SOCS, McGill University, Montreal, Canada Lines: 29 Originator: philwzo@homer I want one of my object to be informed when one of my textfields has changed. In order to do so, I have set my object as the textDelegate of all the textfields I am interrested in, and this object handles the textDidEnd: endChar: method. The problem is that I would like to know which one of the textfield is sending the message. How could I do that ? I tried with the tag method, but it always returns 0. The only thing I think I could do ( I do it actually :-)) is to check all the contents of my textfield with a copy of it to see which one has change... Any better suggestion ? I am probably missing something in the documentation, but I also think I feel a little bit confused with textfields, text and so on... Any comments, suggestion or solution (one can dream :-)) would be greatly appreciated. Thanx in advance, Philippe. -- philwzo@cs.mcgill.ca, School of Computer Science, McGill University, Speech Lab, Montreal, Qc, CANADA. --