Re: Bindings delay issues
Re: Bindings delay issues
- Subject: Re: Bindings delay issues
- From: Keith Duncan <email@hidden>
- Date: Wed, 11 Apr 2007 18:20:14 +0100
my understanding is that bindings should take care of that and the
NSTableView is in another class.
Bindings will not instruct your view to redraw itself. You should use
setNeedsDisplay: and setNeedsDisplayInRect: in your custom view's
accessors.
These messages are typically only sent from the view to itself to
trigger redrawing when the ivars are changed.
However since you are using a non-custom Cocoa view class
NSTableView, it will already do this in its accessors.
- Keith
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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