IB not recognizing class hierarchy

2008-07-27 Thread James Maxwell
gr... I haven't come across this for a while - mainly because I haven't started a new project for a while - but IB is not recognizing the class inheritance of my MyDocument. Specifically, I'm using GCDrawKit, which has an NSDocument subclass called DKDrawingDocument. If I make MyDocument

Re: IB not recognizing class hierarchy

2008-07-27 Thread Graham Cox
Because DKDrawingDocument comes from a framework it's possible that IB can't find the definition. I'm not sure that's the problem, but you can usually fix it by dragging the DKDrawingDocument.h file into IB which is enough to get it to realise what's going on. cheers, Graham On 28 Jul 200

Re: IB not recognizing class hierarchy

2008-07-28 Thread James Maxwell
Ah, I didn't try dragging the DKDrawingDocument.h file, just MyDocument.h. I'll give that a shot. Thanks, Graham. On 27-Jul-08, at 5:36 PM, Graham Cox wrote: Because DKDrawingDocument comes from a framework it's possible that IB can't find the definition. I'm not sure that's the problem, b