Re: migration to 10.6 SDK, loadNib problems

2011-08-12 Thread Kyle Sluder
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

Re: migration to 10.6 SDK, loadNib problems

2011-08-12 Thread Philip White
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

migration to 10.6 SDK, loadNib problems

2011-08-11 Thread Philip White
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