[comp.sys.next] TextFields, Texts....

philwzo@cs.mcgill.ca (Philippe WIECZOREK) (03/21/91)

	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.
--