Re: Strange Problems with IBPlugin

2009-12-28 Thread Jonathan Hess
On Dec 26, 2009, at 9:38 PM, Carter Allen wrote: > Hello! > > Thanks in advance, I know this is a lot to ask. I am working on a framework > of custom classes for my own personal use, and it was going very well until > I started to work on the Interface Builder plugin part. Download the > non-wor

Re: Strange Problems with IBPlugin

2009-12-27 Thread Joshua Pennington
Hi, CZIconImageView was not calling super's implementation of - initWithCoder: (NSResponder conforms to NSCoding). Changing that allows the plugin to load. An exception was raised when I dragged the control out of the library, but it was originating in your code. You'll need to debug that b

Strange Problems with IBPlugin

2009-12-26 Thread Carter Allen
Hello! Thanks in advance, I know this is a lot to ask. I am working on a framework of custom classes for my own personal use, and it was going very well until I started to work on the Interface Builder plugin part. Download the non-working code here . I have think that I hav