Check text only if typed

Hello guys,

I have a problem. I have an if block that checks if the text typed maches the selected list item, but it sets the label to incorrect even if the text is blank.

Is there a way I can make it check the text only if something is typed?

You can use the is empty block, found in the text drawer.

1 Like

yes...
try the textbox extension and its AfterTextChanged event

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Hello Dennis

Use Lost Focus to determine that the typing has potentially finished. If the 'Is Empty Block 'returns true, pop-up a notifier to ask the User to Type the text, else use your 'is it correct' test.