On Wed, Jul 8, 2009 at 6:24 PM, Adam R. Maxwell<amaxw...@mac.com> wrote: > On Jul 8, 2009, at 10:15 AM, Kyle Sluder wrote: > >> Subclass NSTableView and override -keyDown: > > That sounds like a good way to do it. Another is to implement the table > delegate to enqueue/coalesce a notification [snip]
Yep, flagging the keyDown/Ups does the job neatly. (For anyone coming across this in future, the selectionDidChange is fired before the keyUp, as makes sense ultimately, so you have to send a separate notification, as Adam says). Hadn't thought of coalescing the notifications either, that would have solved it as well. Many thanks to both of you. -Allan _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com