Solved
how to disappear a button onclicking?
I have a button called "continue", if I click on that button, that button should disappear.
how to do this?
I have a button called "continue", if I click on that button, that button should disappear.
how to do this?
Hi Bavithraa Marimuthu,
You can use an Expression widget for that with an an expression with returns false.
example Expression: 1==2?true:false
Set OutputBaseType as Boolean
And check the Output property.

Bind the click event of button to Evaluate of Expression widget.
and link the output of Expression widget to visible property of the Button

Do let me know if you face any issues.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.