Re: Asking an outline/table view to send it's setObjectValue:... message

2010-11-22 Thread Keary Suska
On Nov 22, 2010, at 4:09 AM, Thomas Davie wrote:

> I'm writing a custom cell at the moment that's used in an outline view, it's 
> object value changes sometimes when the outline view doesn't expect it to 
> (which seems to be only on mouse down or end editing).  Is there some way I 
> can force the outline view to send it's - (void)outlineView:(NSOutlineView 
> *)outlineView setObjectValue:(id)object forTableColumn:(NSTableColumn 
> *)tableColumn byItem:(id)item message?

Have you tried reloadItem: or setNeedsDisplayInRect: ?

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Asking an outline/table view to send it's setObjectValue:... message

2010-11-22 Thread Thomas Davie
Hi,

I'm writing a custom cell at the moment that's used in an outline view, it's 
object value changes sometimes when the outline view doesn't expect it to 
(which seems to be only on mouse down or end editing).  Is there some way I can 
force the outline view to send it's - (void)outlineView:(NSOutlineView 
*)outlineView setObjectValue:(id)object forTableColumn:(NSTableColumn 
*)tableColumn byItem:(id)item message?

Thanks

Tom Davie___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to arch...@mail-archive.com