Re: delayed display for a matrix cell
Re: delayed display for a matrix cell
- Subject: Re: delayed display for a matrix cell
- From: Brian Webster <email@hidden>
- Date: Tue, 28 May 2002 16:11:04 -0500
On Tuesday, May 28, 2002, at 02:16 PM, cocoa-dev-
email@hidden wrote:
I'd like to tell a specific cell in an NSMatrix that it needs
redisplay, without blocking my app at the
time I make the call. Unfortunately, setNeedsDisplay: is not handled by
NSActionCell.
NSMatrix only has a drawCellAtRow: column:, so it's not what
I'm looking
for.
Is there anything that I may have missed that could do the job ?
I think updateCell: is the call you're looking for. It's
declared in NSControl, not NSMatrix, which makes it a little
hard to find.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.