Re: Snow Leopard SDK for non "Premier" or "Select" ADC members

2009-08-28 Thread Allan Donald
>> Does not look like what I'm used to. Are you sure this is the reference >> Library link ; -) > > It is a brave new world! It's working on the site, but Xcode's doc viewer still shows the ADC error page for me. More worryingly, I can't see iPhone reference docs in the UI at all, despite having i

Re: Waiting on NSTableView to finish changing selection

2009-07-08 Thread Allan Donald
On Wed, Jul 8, 2009 at 6:24 PM, Adam R. Maxwell 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

Waiting on NSTableView to finish changing selection

2009-07-08 Thread Allan Donald
Hi all, I've got an NSTableView that triggers some relatively expensive stuff when its selection changes. If the user is holding down one of the arrow keys to move through the list, I'd like to wait until they've finished before starting the operation. (Somewhat akin to what Mail.app does -- it wo