Skip navigation.
 
mlRe: Cleaning up my Data Model
FROM : Richard Gutierrez
DATE : Fri Jul 25 18:06:26 2008

Thanks for the response...

Ultimately what I am trying to do is determine which objects are bound to which array controllers. I understand that if I delete an array controller, all of the bindings associated with that array controller will be removed, but I need to know which items are associated with that array controller so I can re-bind them to the new array controllers that I am creating.

Basically, I am re-structuring my data model to get myself better organized. I need to transfer the bindings for my objects from my old array controllers to my new array controllers without leaving any objects that were bound to my old array controllers "unbound" when I delete the old array controllers.

My problem is that I cannot see which items are bound to my old array controllers without going through them one by one, which can take forever with the amount of objects I have. Is there an easier way to see all bound objects to an array controller?

Related mailsAuthorDate
mlCleaning up my Data Model Richard Gutierrez Jul 24, 01:34
mlRe: Cleaning up my Data Model Ron Lue-Sang Jul 25, 03:44
mlRe: Cleaning up my Data Model Richard Gutierrez Jul 25, 18:06
mlRe: Cleaning up my Data Model Kai Jul 25, 22:45