Hi
I am working on a project for university and I decided that would be great to set my buttons to false.
For example
3 buttons - ‘Create1’, ‘Create2’ and ‘Delete All’
when the user will click the button ‘Create1’ the button will set ‘enable’ to ‘False’.
if I click for button ‘Create2’ the ‘enable’ as well will be set to ‘False’
the button ‘Delete All’ will reset those ‘enables’ for all buttons to ‘True’
I am not sure how to do it. I am looking something simply and not long.
Thank you