notAlreadyHandled Example. Keypad

Here an example for notAlreadyHandled.


When you Click Button0...Button9 you use "when any Button.Click".

But when you use btn_delete, btn_delete_last_char or btn_send, you don't use "when any Button.Click", because these buttons have their own events.

p2v5i_notAlreadyHandled.aia (191.2 KB)

5 Likes

Wow Thank you very much @Juan_Antonio,
I never thought my project could become a tutorial :star_struck: :innocent:

You did not use notAlreadyHandled in your project, this tutorial is about using that option.

1 Like

Okay, i will update my project thanks for the knowledge @Juan_Antonio :kissing_heart:

3 posts were split to a new topic: How does the block 'replace all mappings' work?