Re: Using an arraycontroller for different object classes

2009-05-16 Thread Ken Thomases
On May 15, 2009, at 11:47 PM, Gideon King wrote: In the mini example, yes I would want the object array for weight to have the full array, and the object array for the tyre size to have the filtered array, and as you say, this could be accomplished with separate controllers. However, this m

Re: Using an arraycontroller for different object classes

2009-05-15 Thread Gideon King
Thanks for the suggestion Ken, but I don't think that would help. In the mini example, yes I would want the object array for weight to have the full array, and the object array for the tyre size to have the filtered array, and as you say, this could be accomplished with separate controllers

Re: Using an arraycontroller for different object classes

2009-05-14 Thread Ken Thomases
On May 14, 2009, at 7:07 PM, Gideon King wrote: Hi, I have a situation where I have an array of objects that I want to bind to so I can use them in an inspector, but the objects are of different classes, and I want the inspector to only see the objects that have the key that I am binding to

Using an arraycontroller for different object classes

2009-05-14 Thread Gideon King
Hi, I have a situation where I have an array of objects that I want to bind to so I can use them in an inspector, but the objects are of different classes, and I want the inspector to only see the objects that have the key that I am binding to. For example, if I have an array of vehicles, a