Skip navigation.
 
mlBindings for NSTextFields
FROM : Bernd Carl
DATE : Sun Oct 17 13:59:02 2004

Hello,
I have some questions about bindings.
- Is it possible to have an NSMutableDictionary connected to two
NSTextFields that are bound to each other? What it does is this: One TF is
the key, the other the value. Whenever a key is entered, it should be
checked for existance or added if it is new. The other TF is updated
accordingly. i.e. if a key exists the appropriate value is displayed, if
it is new a value is added by the user along with the key.
I wonder if bindings would save me some of the glue especially the value
TFs will expand over the next development stages and I don't want to
change the code over and over again. So far I couldn't really figure out
how binding works if it is not something like a tableview or other
selectable items.
Thanks in advance,
Bernd.

--
GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
+++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++

Related mailsAuthorDate
mlBindings for NSTextFields Bernd Carl Oct 17, 13:59
mlRe: Bindings for NSTextFields Scott Stevenson Oct 17, 23:58
mlRe: Bindings for NSTextFields Tim Lucas Oct 18, 01:37