In Xc4.3.2, the bindings inspector offers auto completion and an indication if you mis-typed a binding.
In my simple Document-based app (just created from a template), I'd like a popup menu in my document UI to be populated from a list in the app delegate. I'm successfully doing this by binding an array controller to the Application, via "delegate.arrayOfStuff". It works, but IB doesn't like it. Is there a way to let IB know about the keys available in my app delegate? What I need is a proxy object for the app delegate (or any external object in my app). Thanks, -- Rick _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
