Skip navigation.
 
mlRe: NSPreferencePane IB Problem (fixed)
FROM : Jonathan Hess
DATE : Sun Feb 17 22:37:56 2008

On Feb 17, 2008, at 1:06 PM, Ben Einstein wrote:

> It seems the NSPreferencePane header needs to be re-read into IB?
>
> Is IB3 unable to traverse into frameworks in an associated project? 
> Is that a bug?


It's true. Interface Builder 3.0 doesn't chase cross project 
references or framework dependencies when automatically importing 
headers. It probably should.

I'll write up a bug report for this. Thanks for bringing it up -
Jon Hess

>
>
> Well, it's working now...
>
> Ben
>
> On Feb 17, 2008, at 3:16 PM, Ben Einstein wrote:
>

>> I've ben struggling with a very bizarre problem:
>>
>> I have a bunch of Preference Panes in an assistant. The panes are 
>> bundle targets in my main app. Everything worked great. I needed to 
>> change the application's prefix (including the pane bundles), so I 
>> did.
>>
>> Some of the panes continue to work perfectly fine. Some of the 
>> panes work fine if I change the pane superclass from my own custom 
>> NSPrefPane subclass back to NSPreferencePane. Most of them don't 
>> understand the NSPreferencePane class in IB and lose the _window 
>> outlet. For example, when I go to type NSPreferencePane in the 
>> custom class of the file's owner in the pane XIB, it doesn't auto-
>> complete.
>>
>> No frameworks/build settings have changed except the names.
>>
>> What the hell?
>>
>> Ben Einstein
>> _______________________________________________
>>
>> Cocoa-dev mailing list (<email_removed>)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>>
>> This email sent to <email_removed>

>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlNSPreferencePane IB Problem Ben Einstein Feb 17, 21:16
mlRe: NSPreferencePane IB Problem (fixed) Ben Einstein Feb 17, 22:06
mlRe: NSPreferencePane IB Problem (fixed) Jonathan Hess Feb 17, 22:37