Hi guys
I'm developing the application with livecode but I still have a problem in my project
Do you know how to find the key code? for example I have a datagrid and I would like it delete record in specific row as I click on "delete"
on key board . Do you guys have any ideas for that problem
Thanks a lot for reading my post
Quang
Key code in Livecode ?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Key code in Livecode ?
Hi...
put this in a card script, press some keys and see what numbers it gives to you...
be well
Dixie
put this in a card script, press some keys and see what numbers it gives to you...
Code: Select all
on rawKeyDown theKey
put theKey
end rawKeyDown
Dixie
Re: Key code in Livecode ?
Check "deleteKey" and "backspaceKey" messages. (Also tabKey, commandKey, controlKey, etc. Many "utiliatarian" keys will have a message automatically sent when pressed, as well as the rawKeyDown/rawKeyUp type.)
Re: Key code in Livecode ?
Thanks a lot SparkOut
I just know "deleteKey" a few hours ago but your reply is more useful
Thanks
Quang
I just know "deleteKey" a few hours ago but your reply is more useful
Thanks
Quang
