Re: Editing NSOutlineView Group Item
Re: Editing NSOutlineView Group Item
- Subject: Re: Editing NSOutlineView Group Item
- From: Quincey Morris <email@hidden>
- Date: Wed, 05 Nov 2014 08:03:29 +0000
On Nov 4, 2014, at 14:39 , Luther Baker <email@hidden> wrote:
>
> I've created a project on github that essentially duplicates the problem I'm having.
>
> $ git clone https://github.com/EffectiveProgramming/LBOutlineViewDemo.git <https://github.com/EffectiveProgramming/LBOutlineViewDemo.git>
I don’t see anything in it that should prevent the reload from working, so I don’t know what else to suggest except submit this project as a bug report.
OTOH, based on the direction that you seem to be heading, I’d suggest you might do better to use bindings (from your table cell view subviews to the table cell view’s objectValue property, which would be set to the custom list item) and KVC to get the outline view to update, rather than using reload. That approach doesn’t answer the issue you’ve run into, but it might make it moot.
_______________________________________________
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