Try this in the field script:

on keyDown var
    if the stillPressed of me = "true" then exit to top
    put var after me
    set the currentText of me to me
    set the stillPressed of me to "true"
end keyDown

on keyup
   set the stillPressed of me to "false"
end keyup
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to