Re: OutlineView with custom TableColumn cell doesn't redisplay when losing focus
Re: OutlineView with custom TableColumn cell doesn't redisplay when losing focus
- Subject: Re: OutlineView with custom TableColumn cell doesn't redisplay when losing focus
- From: Corbin Dunn <email@hidden>
- Date: Thu, 26 Feb 2009 12:31:21 -0800
Mic Pringle asked the same question yesterday; see the thread about it
"Re: NSTableView && Custom Background ..."
Short answer: watch window key notifications and redisplay the table.
corbin
On Feb 26, 2009, at 12:22 PM, Stuart Malin wrote:
I have a custom cell attached to a TableColumn of an OutlineView.
My delegate for the OV implements willDisplay:cell: I need to
redisplay all cells when the OV loses or gains focus, but this
method seems only to be called for the highlighted row. Is there
some property I need to activate for the OV so that all visible
cells are updated when the OV loses focus (and conversely, when it
regains focus)?
_______________________________________________
_______________________________________________
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