;pass copyKey' from:
on copyKey
answer "Export disabled in Demo"
pass copyKey
end copyKey
I did remove it and this seemed to make no difference at all . . .
So, the big question has to be; "What is the point of 'pass copyKey'?"
Richmond
specifically want
the engine or a script at an other level to handle the message.
Tore
> 27. jan. 2017 kl. 09.36 skrev Richmond Mathewson via use-livecode
> :
>
> I wonder why a couple of people told me to remove 'pass copyKey' from:
>
> on copyKey
> answer &q
I wonder why a couple of people told me to remove 'pass copyKey' from:
on copyKey
answer "Export disabled in Demo"
pass copyKey
end copyKey
I did remove it and this seemed to make no difference at all . . .
So, the big question has to be; "What is the point of &
Thank you, Klaus!
On 1/26/17 9:51 pm, Klaus major-k via use-livecode wrote:
Hi Richmond,
Am 26.01.2017 um 20:46 schrieb Richmond Mathewson via use-livecode
:
I'm trying to disable copying from textFields throughout a stack and tried this
in
the stackScript:
on copyKey
answer
ack and tried
>> this in
>> the stackScript:
>>
>> on copyKey
>> answer "Hard Cheese, Buster; this is a Demo!"
>> pass copyKey
>> end copyKey
>>
>> copying of selectedText in a field still occurred . . .
>> I tried it in a cardScript
Hi Richmond,
> Am 26.01.2017 um 20:46 schrieb Richmond Mathewson via use-livecode
> :
>
> I'm trying to disable copying from textFields throughout a stack and tried
> this in
> the stackScript:
>
> on copyKey
> answer "Hard Cheese, Buster; this is a
I think you don’t want to pass copyKey, but trap it.
> On Jan 26, 2017, at 2:46 PM, Richmond Mathewson via use-livecode
> wrote:
>
> I'm trying to disable copying from textFields throughout a stack and tried
> this in
> the stackScript:
>
> on copyKey
> answ
I'm trying to disable copying from textFields throughout a stack and
tried this in
the stackScript:
on copyKey
answer "Hard Cheese, Buster; this is a Demo!"
pass copyKey
end copyKey
copying of selectedText in a field still occurred . . .
I tried it in a cardScript . . . n