Fwd: NSTableView setDoubleAction/NSControl setAction
Fwd: NSTableView setDoubleAction/NSControl setAction
- Subject: Fwd: NSTableView setDoubleAction/NSControl setAction
- From: Gerben Wierda <email@hidden>
- Date: Wed, 7 Aug 2002 12:29:36 +0200
I stand corrected, I did not read David's post correctly.
You'll see a single line with a clickCount of 1 for a single click,
and two lines, first with a clickCount of 1, then a clickCount of 2
for a double click.
OK. So I cannot handle a double-click without handling a single click
first and when I handle the single click I do not know that a second
click is coming. I find this rather a silly behaviour, after all, there
is information in the system available when two single clicks turn into
a double-click (mouse settings).
This means that I need to think of some other way of giving the user to
do two different kinds of selecting a single row in a table. Something
like click and alt-click or control-click.
G
_______________________________________________
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.