Re: NSTableView setDoubleAction/NSControl setAction
Re: NSTableView setDoubleAction/NSControl setAction
- Subject: Re: NSTableView setDoubleAction/NSControl setAction
- From: Gerben Wierda <email@hidden>
- Date: Wed, 7 Aug 2002 18:00:22 +0200
On Wednesday, August 7, 2002, at 02:02 , Nicholas Riley wrote:
table, which is something you usually want to allow. Perhaps
describing the actions you're trying to trigger on single- and
double-click will bring a bit more clarity to the discussion.
This comes close:
There is a table of entries and below th table is a display View.
Whatever entry is selected is displayed in the view below (this might
start some processing, but the end is some sort of output). However, for
all items there are actually two ways to have a look at it. Default
would be to use the 'cached' version (because using the 'real' version
may take a consideable amount of time, up to hours depending on the
circumstances), but for some reasons the user might want to look at the
'real' thing (this is a security thing, the cached version may 'lie' in
case of a untrusted person giving you the data, so the second method is
for the paranoid).
So, I need two ways of doing a select. One gives the quick-untrusted
version, the other gives the potentially slow but trusted version. I
decided upon single click for one and double click for the other. But
another option woul dbe to have something like Control-click or
Alt-click (probably the former is best). But I haven't found yet on how
to do that,
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.