Good afternoon ,
I have 1 button and 1 icon.
when the first time if the button is pressed , the button should be disabled .
the button should be enabled again when the icon is pressed.
please help me
Good afternoon ,
I have 1 button and 1 icon.
when the first time if the button is pressed , the button should be disabled .
the button should be enabled again when the icon is pressed.
please help me
Thank you so much. It satisfied my need. thank a lot.
Hello @preethi1_suresh
On the loading of the screen set a context variable to True.
On the Button, set two properties:
For OnSelect: UpdateContext({varEnabled: false});
For DisplayMode: If(varEnabled,DisplayMode.Edit,Disabled)
Then on the Icon:
Output should be like this:
WarrenBelz
146,679
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional