Re: clickCount question
Re: clickCount question
- Subject: Re: clickCount question
- From: Koen van der Drift <email@hidden>
- Date: Sun, 20 Jul 2003 14:00:33 -0400
On Sunday, July 20, 2003, at 01:05 PM, Julien Jalon wrote:
On Sunday, Jul 20, 2003, at 18:39 Europe/Paris, Ben Dougall wrote:
// a better thing would be to calculate double click interval here
#define DOUBLECLICK_INTERVAL 0.5
user defaults would be a better place to get this value
Of course, that what I meant by "calculate double-click interval".
However, since it can be painful to get and track the double-click
interval changes*, just using a big enough interval may be correct
enough.
*: changing the double-click speed in system preferences seems not to
raise any distributed notification...
Thanks,
Now it works :) There is a small delay though after a double-click
before the new selection is displayed. I guess this has to do with the
static value of DOUBLECLICK_INTERVAL. Before I try to figure out how to
implement the user-defined interval, is it that a big a problem to get
that value?
thanks again,
- Koen.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.