Re: Getting a double-click on a text label

2016-04-18 Thread Graham Cox
> On 18 Apr 2016, at 11:46 AM, Ryan Dignard > wrote: > > Would NSClickGestureRecognizer work? I've done this on iOS with the > equivalent UITapGestureRecognizer. > That worked a treat, thanks! Only available from 10.10, but I can live with that, older OS will just not get the shortcut an

Re: Getting a double-click on a text label

2016-04-17 Thread Ryan Dignard
Would NSClickGestureRecognizer work? I've done this on iOS with the equivalent UITapGestureRecognizer. On Sun, Apr 17, 2016 at 5:45 PM, Graham Cox wrote: > Hi al, > > Here’s something I thought would be trivial, turns out to be non-obvious. > > I have a text label that’s not normally editable t

Getting a double-click on a text label

2016-04-17 Thread Graham Cox
Hi al, Here’s something I thought would be trivial, turns out to be non-obvious. I have a text label that’s not normally editable text, but it can be made editable in some circumstances. It would be useful if a double-click were a shortcut to make it editable, but I can’t see a quick way to set