Re: Binding to an accessor that is only valid for subclass (was: Node hierarchy with subclasses)

2010-02-03 Thread Mike Abdullah
On 2 Feb 2010, at 06:39, BareFeet wrote: >> On Jan 29, 2010, at 9:38 AM, Jerry Krinock wrote: >> >>> >>> The problem is that when a subclass A is selected, the UI elements bound to >>> subclass B no longer have valid bindings so generate an error. How can I >>> solve this? >> >> You can also

Re: Binding to an accessor that is only valid for subclass

2010-02-02 Thread BareFeet
Hi All, >> You can also uncheck the "Raises For Not Applicable Keys" in the bindings >> inspector pain in Interface Builder for your text fields. > > Thanks for the tip. Once I read it, it seemed like the logical solution. > However, it doesn't seem to make any difference. After some further i

Binding to an accessor that is only valid for subclass (was: Node hierarchy with subclasses)

2010-02-01 Thread BareFeet
> On Jan 29, 2010, at 9:38 AM, Jerry Krinock wrote: > >> >> The problem is that when a subclass A is selected, the UI elements bound to >> subclass B no longer have valid bindings so generate an error. How can I >> solve this? > > You can also uncheck the "Raises For Not Applicable Keys" in th