Have a form with 6 tabs that the tab (button in gallery) fill colour changes upon selection based on this formula for fill: If(varTab=ThisItem.Tab,varColour1,varColour2)
But is it possible to retain a colour after a tab is selected? For example if default tab colour is red , once a tab is selected and user navigates to next tab, it gets set to green, to indicate to end user that tab has been viewed?
thanks
i am still struggling with this
As mentioned have a form with 6 tabs that the tab (button in gallery) fill colour changes upon selection based on this formula for fill: If(varTab=ThisItem.Tab,varColour1,varColour2).
So i can set a variable on the On Select - Set(varSelected,true); but how to meld into this formula for fill?
If(varTab=ThisItem.Tab,varColour1,varColour2) to achieve the result i am after?
Hi @cheezy ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @cheezy ,
You could do this by setting a Variable on the OnSelect and basing the Fill on the Variable being true.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional