Re: Custom NSView drawing

2011-10-31 Thread Sean McBride
On Fri, 28 Oct 2011 23:02:59 -0700, Kyle Sluder said: Are you aware that Xcode 4's built-in Interface Builder no longer supports ibplugins? You might want to not bother with the whole thing. :( And file a bug about this regression. It's gone in 4.0, 4.1, and 4.2. It's not coming back. Time

Re: Custom NSView drawing

2011-10-31 Thread Preston Sumner
On Oct 31, 2011, at 1:12 PM, Sean McBride wrote: On Fri, 28 Oct 2011 23:02:59 -0700, Kyle Sluder said: Are you aware that Xcode 4's built-in Interface Builder no longer supports ibplugins? You might want to not bother with the whole thing. :( And file a bug about this regression.

Re: Custom NSView drawing

2011-10-29 Thread Kyle Sluder
On Oct 27, 2011, at 12:28 PM, Sean McBride s...@rogue-research.com wrote: Are you aware that Xcode 4's built-in Interface Builder no longer supports ibplugins? You might want to not bother with the whole thing. :( And file a bug about this regression. --Kyle

Re: Custom NSView drawing

2011-10-28 Thread Sean McBride
On Fri, 21 Oct 2011 18:53:37 +0200, Livio Isaia said: I'm building an IB plugin with XCode 3.2.6. I have a NSBox subclass that add a custom NSView into itself. When the custom box is displayed in the Library Object Window it draws correctly, but if I drag it into a new nib file window the drag

Custom NSView drawing

2011-10-21 Thread Livio Isaia
I'm building an IB plugin with XCode 3.2.6. I have a NSBox subclass that add a custom NSView into itself. When the custom box is displayed in the Library Object Window it draws correctly, but if I drag it into a new nib file window the drag operation is also drawn correctly, but releasing the