Hi everyone,
I do not know if the following is even possible, but I am struggling to get it to work.
I have a component with a custom property table build like this (and also a custom property called 'Main Color' with color 'Green'. This component functions as a footer with 4 buttons 1, 2, 3 and 4 on each page for navigation purposes.
Table(
{
Name: "1",
Icon: Icon.Devices,
Screen: scr1
},
{
Name: "2",
Icon: Icon.Settings,
Screen: scr2
},
{
Name: "3",
Icon: Icon.Settings,
Screen: scr3
},
{
Name: "4",
Icon: Icon.Settings,
Screen: scr4
}
)
Situation: On each of the screens I have 2 labels with 2 numbers (for example 11 and 12, 40 and 41, 50 and 51 and 60 and 62.
When I navigate to Screen1 and see that from the 2 labels that 12 > 11 I want the color of the table button with name '1' changes to Red (instead of the Main Color of the custom property).
Moreover, when I navigate to Screen2 it needs to indicate that the button with name '1' is Red.
Is something like this even possible?