I am doing a simple test to switch a label control's attribute from hidden (initially) to visible (activated with a push of a button).
My label control is named lblSayHello.
My button control is named btnSayHello.
Within the btnSayHello code tab (yes the click event is selected at the bottom), I have tried the following combinations but none of them make the label control (lblSayHello) visible:
SetAttribute "lblSayHello" "hidden" "False"
SetVar "[lblSayHello.Hidden]" "False" "String"
I am using version 2016.133 of App Builder.
Thank you in advance.