NSWindow and IBPlugins

2010-06-20 Thread Martin Pilkington
Hey All, I'm creating an IBPlugin for my framework and one of the last classes I'm wanting to add is an NSWindow subclass. I've added a library item to my library nib, I've set up the image view in it, I've added an NSWindow to my nib and changed the class and I've hooked up the library item's

Re: NSWindow and IBPlugins

2010-06-20 Thread Kyle Sluder
On Sun, Jun 20, 2010 at 9:25 AM, Martin Pilkington pi...@mcubedsw.com wrote: The issue is, when I then try to drag the window out of the library, IB throws an exception because (supposedly) NSWindow doesn't support archiving. Even if I make it try to add a plain NSWindow it does the same. I'm