Yes, there is: IB 3.1 (coming with Xcode 3.1) lists all "Referencing Bindings" pointing to an object under the "Connections" tab.

Hope this helps.
Kai


On 25.7.2008, at 18:06, Richard Gutierrez wrote:

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?
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/kai%40granus.net

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to