Re: NSOutlineView
Re: NSOutlineView
- Subject: Re: NSOutlineView
- From: Shane Stanley <email@hidden>
- Date: Wed, 10 Sep 2014 12:49:17 +1000
On 10 Sep 2014, at 10:45 am, Charles Jenkins <email@hidden> wrote:
> Then I deleted the left side’s empty custom view object and replaced it with a Source View. I deleted the right side’s empty custom view object and replaced it with one of the text view objects.
FWIW, and this is unrelated to your problem, I'm not sure you should delete the empty custom views, but rather drag the outline view and text view/scroll view into them.
At least, I did what you outlined on a project some time ago. When I recently tried to update the .xib version to adopt auto-layout, the upgraded .xib would not build:
ibtoold[7281:507] Exception raised while unarchiving document objects - *** -[NSBigMutableString replaceCharactersInRange:withString:]: nil argument
/* com.apple.ibtool.errors */
/Path/to/SMSDocument.xib: error: The document "SMSDocument.xib" could not be opened. The operation couldn’t be completed. (com.apple.InterfaceBuilder error -1.)
Recovery Suggestion: Check the console log for additional information.
I ended up rebuilding the bits where I'd deleted the custom views, this time not deleting them, and that fixed the problem.
I suppose I could have accidentally fixed some corruption or other, but deleting the custom views reintroduced the problem.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden