Re: User Default Bindings

2008-12-19 Thread patrick machielse
Gerriet Denkman wrote: A related question: In Tiger I often used a Model Key Path containing blanks. Now IB (Version 3.1.1 (672)) does no longer allows me to enter this. Where is the definition of a valid key path to be found? Spaces obviously cannot occur in Obj-C method keypaths, but th

User Default Bindings

2008-12-18 Thread Gerriet M. Denkmann
I have User Defaults (Preferences) like: MainDict = { Peter = { Income = 20, Age = 77 }, Nancy = { Income = 24, Age = 37 } } That is, the preferences contain a dictionary (MainDict) which contains two sub-dictionaries (Peter and Nancy). When in IB I bind an NSTextField to: S