I use "Text entry field" controlle to enter the text from application. In script of this object i've got this:
on enterKey
-- some actions
-- some actions
end enterKey
and this actions doesn't executing. I even add the command (put "Enter key is pressed") to see if this handle suddenly works? (enterKey)
but

Help me, please