Livecode Block Tab Key -


how block tab key?

//this handler not executed on simulator, maybe because supported in desktop , web?

on tabkey

end tabkey

what want is, when user pressed tab key, should not add space. pressing tab in development not add add space when ran in ipad simulator 8.2, adds space when tab pressed.

the rawkeydown message should want.

on rawkeydown thekey   if thekey not 65509     pass rawkeydown   end if end rawkeydown 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -