Questions tagged [bwtoolkit]

8 questions
17
votes
3 answers

Xcode 4 and BWToolKit

Can we use BWToolKit or any other IB plug-ins in Xcode 4? My old project uses the BWToolKit and now I can't open it without Interface Builder.
TheAmateurProgrammer
  • 9,252
  • 8
  • 52
  • 71
5
votes
1 answer

Automatically resizing subview created programmatically

I have a NSSplitView. On the left pane of that split view I have an NSTableView and a custom view created programmatically. I'm using a delegate to make sure my two panes don't resize at the same time. I add my custom view thus: BWAnchoredButtonBar…
ruipacheco
  • 15,025
  • 19
  • 82
  • 138
5
votes
2 answers

Submitting an app to the App Store that uses BWToolkit

I'm currently using BWToolkit, does anyone know if there are any steps that need to be taken before submitting to the app store (as far as licensing)? Do I need to put any disclaimers anywhere etc? I know it's BSD licensed but I don't want to have…
Zakman411
  • 1,764
  • 3
  • 22
  • 45
3
votes
3 answers

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…
Tom Crayford
  • 527
  • 6
  • 10
2
votes
2 answers

Using BWToolkit Framework APIs

I received some helpful info from NSGod that informed me that using BWToolkit would possibly be rejected from Apple for using private APIs. The only object I used from BWToolkit was the BWSplitView (I needed the ability to toggleCollapse - like…
Zakman411
  • 1,764
  • 3
  • 22
  • 45
2
votes
1 answer

Using BWToolkit programmatically

Xcode no longer supports ibplugins so I wonder if anyone has any experience using BWToolkit programmatically. Basically BWSplitView does everything I need (the introduction video on the website says it all) but I'm a bit lost on how to use the…
ruipacheco
  • 15,025
  • 19
  • 82
  • 138
0
votes
1 answer

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…
Schroedinger
  • 1,273
  • 14
  • 32
0
votes
2 answers

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…
AlexT
  • 524
  • 2
  • 14