• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Bindings delay issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Bindings delay issues (From: Bryan Hansen <email@hidden>)
 >Re: Bindings delay issues (From: Ricky Sharp <email@hidden>)
 >Re: Bindings delay issues (From: Bryan Hansen <email@hidden>)

  • Prev by Date: Re: WM_KEYDOWN
  • Next by Date: Re: Filevault and SUID Incompatibilities
  • Previous by thread: Re: Bindings delay issues
  • Next by thread: NSButtoncell in NSTableView.....
  • Index(es):
    • Date
    • Thread