bwtoolkit

BWSplitView and PyObjc

I'm trying to use Brandon Walkin's BWSplitView from BWToolkit in a Cocoa PyObjc project. When I run the project I get the following error message: NSInvalidUnarchiveOperationException - *** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (BWSplitView) Does this mean his toolkit is incompatible with a PyObc proj...

How to swap subviews of BWSplitView?

I have a vertical split view (actually BWSplitView) with two subviews. One of them should keep its width while window is resizing and second changes its width automatically. I configured it in Interface Builder and everything works great until I tried to change one of subviews programically using NSView's replaceSubview:with: method. Aft...

BWToolkit and xcode 3.2.1

I have problem with BWToolkit and XCode. For some reasons Xcode not recognize bwtoolkit framework. IB plugin working fine. I did same steps as described on bwtoolkit site. I did: Download latest bwtoolkit from http://www.brandonwalkin.com/bwtoolkit/ Add BWToolkitFramework.framework to Linked frameworks Add BWToolkitFramework to copy ta...

BWToolkit inclusion crashing

Hey guys I'm using the latest version of XCode (3.2.2) and I've linked the framework using the tutorial. I was building my app and tested it and I get a BWToolkit exception on decoding. I've included the Framework in the frameworks and added it to the copy files stage. I even created a new dummy app including the framework and adding i...