Re: Instantly re-display buttons?
Re: Instantly re-display buttons?
- Subject: Re: Instantly re-display buttons?
- From: Andreas Mayer <email@hidden>
- Date: Tue, 26 Nov 2002 20:09:53 +0100
Am Montag, 25.11.02 um 20:30 Uhr schrieb Steve:
I've looked through the documentation, but couldn't find a 'force
immediate redisplay' method.
What about - (void)drawCellAtRow:(int)row column:(int)column?
If that doesn't work, you may want to try -
(void)displayIfNeededInRect:(NSRect)aRect on the NSMatrix with -
(NSRect)cellFrameAtRow:(int)row column:(int)column as aRect.
bye. Andreas.
_______________________________________________
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.