Hello,
I'm trying to code unlucker for a program and for that i want the user to type the code in the textbox and then i want to check if the code is correct do something if not do something else.
Here's the blocks:
In your Enter Button Click event, have the block that closes the keyboard.
If you don't find such a block under your text box component, look in your Screen's blocks.
That works, but when the code checks (if input code =456) i want to send a GET request to the server. With a clock it's always sending the request which doesnt work for me. The best trigger that i can think of is the Done key in the keyboard. Like, User puts the code in the textbox and then clicks the done key in the keyboard. how can i use this trigger??