Re: Help needed with orientation to bindings

2009-09-21 Thread Graham Cox
On 22/09/2009, at 12:55 AM, Keary Suska wrote: Bindings don't handle aggregate/coalesce. You will need to do that yourself in the main or a mediating model. Observe the controller's selection (or table view notifications) to update on the fly. Ah, OK. That's perhaps why I couldn't see how

Re: Help needed with orientation to bindings

2009-09-21 Thread Keary Suska
On Sep 21, 2009, at 6:20 AM, Graham Cox wrote: So, I have objects that can be selected. None, one or many objects might be in the selection. The current selection is available as an array property in the base controller (NSWindowController subclass) of this particular UI. Each selected obje

Help needed with orientation to bindings

2009-09-21 Thread Graham Cox
Hi all, So far I haven't used bindings to any serious extent, but I thought it was about time I got with the program. As luck would have it, one of my interfaces is showing some slightly buggy behaviour, so I thought it might be an opportunity to replace its implementation with a bindings