Hello Lingoers!

I need your help to solve problem on keydown event.
I have couples of editable field, and i want to perform Enter/Return Button to act 
like general appilication. i.e to create "OK" button as default button, so whenever 
user press enter the process start.

Here's my code on Behaviors Script

on Keydown
   if the keyCode=36 then
     statement
   end if
end

the script work fine except i could write anything again on the editable text field.

i try to put it on Frame behavior but it still not working

TIA for any suggestion/answers

Victor

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to