The selectedText for controls without focus

Bob Sneidar bobsneidar at iotecdigital.com
Tue Feb 28 10:58:09 EST 2017


For that matter I could just check the status of the "state" property (view | new | edit) to allow/disallow editing. Not saying there are not workarounds. I just think that LC should work like virtually every other forms based app I've ever used, where being editable is not a prerequisite for copying text. 

Bob S


> On Feb 24, 2017, at 22:09 , Richard Gaskin via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> on rawkeydown k
>   if k = 99 then
>      if the commandKey is "down" then copy
>   end if
> end rawkeydown
> 
> -- 
> Richard Gaskin





More information about the use-livecode mailing list