Re: Binding/KVO question

2008-12-03 Thread Keary Suska
On Dec 3, 2008, at 3:39 PM, Jean-Nicolas Jolivet wrote: Well I'm trying to declare an outlet to my app controller in my custom view but as soon as I added it, the app wouldn't build anymore... (I get 2 errors, one where AppController declares an outlet to my custom view, and one where my c

Re: Binding/KVO question

2008-12-03 Thread Jean-Nicolas Jolivet
Well I'm trying to declare an outlet to my app controller in my custom view but as soon as I added it, the app wouldn't build anymore... (I get 2 errors, one where AppController declares an outlet to my custom view, and one where my custom view declares an outlet to my AppController) Not

Re: Binding/KVO question

2008-12-03 Thread Kyle Sluder
On Wed, Dec 3, 2008 at 4:35 PM, Jean-Nicolas Jolivet <[EMAIL PROTECTED]> wrote: > An AppController with a bunch of properties (lets say propA, probB and > probC, all integers) that are bound to my main window's controls... (all > sliders..) when the main windows sliders are changed, the properties

Re: Binding/KVO question

2008-12-03 Thread Keary Suska
On Dec 3, 2008, at 2:35 PM, Jean-Nicolas Jolivet wrote: In the same NIB file I have a second window with a custom view inside (Let's call it MyCustomView, in MySecondWindow) is there a way for MyCustomView to have properties that will be bound to my AppController's propA, propB and propC s

Binding/KVO question

2008-12-03 Thread Jean-Nicolas Jolivet
This might be an obvious question but I don't think I've ever had to do it...I'll try to keep the example as simple as possible: I have 2 classes; An AppController with a bunch of properties (lets say propA, probB and probC, all integers) that are bound to my main window's controls... (all