Hi All,
How to enable button button on disable of other button click?
Thanks for help,
Jaydeep
Hi jaydeep,
You have a property called visible associated to each button element
Instead of the "True"/"False", associate this visible property with specific variables that you can set to true or false according to your needs.
I think the question is how to set it disabled/enabled, not visible/invisible.
So it is the property Enabled in the screenshot that should be set.
Try the following:
Regards,
Daniel
Hello Jaydeep,
Hope you're doing well.
I suggest that you use Enabled property of the button:
You may have a local variable (boolean) that you can set to True or False to control if your button is enabled or disabled. You just need to use that variable and bind it to this Enabled property of your button.
Hope that this helps you!
Kind regards,
Rui Barradas