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
Post a Comment