On Fri, Aug 12, 2011 at 1:32 PM, Philip White wrote:
> This used to work just fine and I thought this was the standard way of
> connecting NSToolbars with NSTabViews. Must I connect this binding
> programmatically after the window loads?
Standard approach is to bind both items to a controller p
On Aug 11, 2011, at 6:26 PM, cocoa-dev-requ...@lists.apple.com wrote:
> Hello,
> I'm migrating my apps to the App Store and my projects to Xcode 4 and the
> 10.6 SDK. Now my app is crashing when I try to load the window nib that
> contains my preferences window. I'm getting infinite recursion
Hello,
I'm migrating my apps to the App Store and my projects to Xcode 4 and the
10.6 SDK. Now my app is crashing when I try to load the window nib that
contains my preferences window. I'm getting infinite recursion as shown in this
sample of the stack trace. I take it this is a KVO problem bu