Can anyone help me figure out how to streamline these codes if possible?
For this, I have five sets of 3 buttons each. If one is pressed, I want it to be green and the others orange.
this first issue is solved! before i sovled, the first set of blocks had grown by 60. I reduced all of thos 5 functions into 1 and greatly reduced the blocks as seen here.
with functioning as seen here
**New issue now. previously, upon screen load I would have had the app run those functions to set the appropriate button color as it is a fixed option that should only change upon user click. I want it to be the appropriate color each time the screen loads and not only after a click. Is there a way to make the button background color persistent after a change like that?
[edit] solved this ^^^ and will share later tonight
something like
on load, for all buttons in row 1, if button text = var dataformat set background green, else orange
for this I have 5 rows and 5 labels that are in pairs. based a number chosen by the button press above, sets what rows and labels are visible.