Re: Fix, Base, NSKeyValueCoding (SetValueForKey())

2009-06-22 Thread Richard Frith-Macdonald
On 23 Jun 2009, at 04:54, Georg Fleischmann wrote: Hi, here is a fix for NSKeyValueCoding SetValueForKey() to prefer the key as is (without leading underscore) before trying with underscore (_key). My problem: When loading a Nib file with a key named "infoPanel" for NSApplication, the

Re: Fix, Base, NSKeyValueCoding (SetValueForKey())

2009-06-22 Thread David Ayers
Am Dienstag, den 23.06.2009, 11:54 +0800 schrieb Georg Fleischmann: I. Hi, > > here is a fix for NSKeyValueCoding SetValueForKey() to prefer the key > as is (without leading underscore) before trying with underscore (_key). > > My problem: When loading a Nib file with a key named "infoPane

Fix, Base, NSKeyValueCoding (SetValueForKey())

2009-06-22 Thread Georg Fleischmann
Hi, here is a fix for NSKeyValueCoding SetValueForKey() to prefer the key as is (without leading underscore) before trying with underscore (_key). My problem: When loading a Nib file with a key named "infoPanel" for NSApplication, the value gets set to "_infoPanel" instead, which also exi

Bindings only working in one direction

2009-06-22 Thread Andy Balholm
Thank you for your work on that bug. Now I have another one. The bindings in my Company Info window are supposed to be read-write, but they can only read the data from the model. Changes to the text in the fields do not change the model. I tried taking the bindings out of the NIB and bindin

Re: GNUStep-GUI-0.16.0 installation error

2009-06-22 Thread Fred Kiefer
Hu, Lehong wrote: > Hi, > > I tried to install GNUstep in a mac os x10.5/i386 Darwin 9.7. I followed > steps in the file README.Darwin > (http://www.gnustep.org/resources/documentation/User/GNUstep/README.Darwin). > I have got errors as the following when make GNUStep-GUI-0.16.0: > > make_servic