Re: Strange pause selecting row in NSTableView

2011-06-27 Thread Corbin Dunn
I can elaborate why this delay exists. If you have two or more rows selected, there is a slight delay so one can double click on all the selected rows and perform an action on all of them (ie: open all). After the delay passes with no second click (we wait for the double click interval), the ori

Re: Strange pause selecting row in NSTableView

2011-06-25 Thread Andre Masse
Double-click speed was at about 80% max. Setting it full speed indeed reduce the delay. It's barely noticeable now. Thanks for your help, Andre Masse On 25/06/2011, at 11:34 , Andy Lee wrote: > Ah, I didn't read carefully enough. Indeed if I select multiple rows and > click one of them, I se

Re: Strange pause selecting row in NSTableView

2011-06-25 Thread Andy Lee
Ah, I didn't read carefully enough. Indeed if I select multiple rows and click one of them, I see a delay that correlates with my double-click setting. But if your double-click setting is almost full speed (i.e., close to the "Fast" end in System Preferences) you should see barely any delay. Do

Re: Strange pause selecting row in NSTableView

2011-06-25 Thread Andre Masse
Are you clicking on one of the selected rows? Clicking on non selected rows doesn't show the delay... My double-click speed is almost at full speed. Thanks for testing this, Andre Masse On 25/06/2011, at 10:52 , Andy Lee wrote: > On Jun 25, 2011, at 10:23 AM, Fritz Anderson wrote: >> On 25 Ju

Re: Strange pause selecting row in NSTableView

2011-06-25 Thread Andy Lee
On Jun 25, 2011, at 10:23 AM, Fritz Anderson wrote: > On 25 Jun 2011, at 9:14 AM, Andre Masse wrote: > >> Select a couple of rows in a table view then click on one. There's a half a >> second delay before the selection change to the clicked row. I was trying to >> find the reason for this delay

Re: Strange pause selecting row in NSTableView

2011-06-25 Thread Andre Masse
Oh! That's why! Thanks, Andre Masse On 25/06/2011, at 10:23 , Fritz Anderson wrote: > On 25 Jun 2011, at 9:14 AM, Andre Masse wrote: > >> Select a couple of rows in a table view then click on one. There's a half a >> second delay before the selection change to the clicked row. I was trying t

Re: Strange pause selecting row in NSTableView

2011-06-25 Thread Fritz Anderson
On 25 Jun 2011, at 9:14 AM, Andre Masse wrote: > Select a couple of rows in a table view then click on one. There's a half a > second delay before the selection change to the clicked row. I was trying to > find the reason for this delay in my application then tried it in Mail, same > behavior..

Strange pause selecting row in NSTableView

2011-06-25 Thread Andre Masse
Hi list, Doing this: Select a couple of rows in a table view then click on one. There's a half a second delay before the selection change to the clicked row. I was trying to find the reason for this delay in my application then tried it in Mail, same behavior... Can anyone check this on his ma