Re: IBPlugin embedding question

2009-06-25 Thread Doug Scott
On Jun 25, 2009, at 10:56 AM, Alexander Spohr wrote: Am 25.06.2009 um 19:20 schrieb Doug Scott: It is just like dragging out a complex Apple provided object which contains embedded scrollers and such. I don't have to connect the Apple supplied scrollers to the Apple supplied scro

Re: IBPlugin embedding question

2009-06-25 Thread Doug Scott
write a script that processes your plugin xib files and add a run-script phase to your build system. Wagner On Jun 25, 2009, at 12:46 AM, Doug Scott wrote: Question: How can I automate the maintenance of embedded IBPlugins. Xcode Version 3.1.3 Interface Builder Version 3.1.2 (677) I ha

Re: IBPlugin embedding question

2009-06-25 Thread Doug Scott
On Jun 25, 2009, at 10:36 AM, Kevin Cathey wrote: Doug, Normally IB plugins are intended to provide ways to add custom views (objects) and matching inspectors to configure those views (objects) not so much intended to do what I think you are trying to use it for. It sounds like you should in

Re: IBPlugin embedding question

2009-06-25 Thread Doug Scott
On Jun 25, 2009, at 9:52 AM, Shawn Erickson wrote: On Thu, Jun 25, 2009 at 9:35 AM, Doug Scott wrote: The point is that the way IB seems to work today is static when it must become dynamic if developers are to be able to embed IBPlugins within each other in the way I've done, which

Re: IBPlugin embedding question

2009-06-25 Thread Doug Scott
On Jun 25, 2009, at 9:38 AM, Shawn Erickson wrote: On Wed, Jun 24, 2009 at 3:46 PM, Doug Scott wrote: Question: How can I automate the maintenance of embedded IBPlugins. Xcode Version 3.1.3 Interface Builder Version 3.1.2 (677) I have developed a small series of custom IBPlugin framework

Re: IBPlugin embedding question

2009-06-25 Thread Doug Scott
On Jun 25, 2009, at 12:46 AM, Alexander Spohr wrote: Am 25.06.2009 um 00:46 schrieb Doug Scott: I have developed a small series of custom IBPlugin framework projects, two of which include other custom IBPlugin objects. Here is a quick overview of the hierarchy. - IBPlugin-A: A view with

IBPlugin embedding question

2009-06-24 Thread Doug Scott
ic build system. I'm hoping that I missed the point somewhere along the long and painful journey I've travelled in my quest to pound IBPlugins into submission and that wiser heads will be able to lead me to wisdom. -Doug Scott ___ Coco