Field will not respond to 'click'
Posted: Tue Feb 26, 2013 7:49 pm
What is going on when you have selected some text in a field and then gone to another application or another stack in the LiveCode application and you come back to the the original selected material. At that point you cannot click on the original field and get a new insertion point or select another part of the text unless you click on another field first.
Actually if I click and/or drag on that original field enough times I can bring it back to life again and select something new.
I do have code in the script of the field that looks like this:
Thanks,
Larry
Actually if I click and/or drag on that original field enough times I can bring it back to life again and select something new.
I do have code in the script of the field that looks like this:
Code: Select all
on closeField
global gChanges
put true into gChanges
end closeField
Larry