TextBox enable event not working

I have a few text boxes in my project, I want to disable them when a switch above them is off and enable when their switch is off. However, the enabled event is not working with blocks. Even, when the switch is off and TextBox enabled is set to false, the user is able to access the textbox.

Here's my AIA file: Math_reminder.aia (923.3 KB)

Please check testing the app in companion to find the bug.

You are only seeting the enabled property to the second textbox (To). add these blocks to set for both textboxes.

Nice use of the new component feature in dictionaries....

Thanks Tim

It worked

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.