Hi,
Is there a way to check / read (with an 'if' statement) the colour of a panel view?
I have a sub which toggles a panel view highlighted (orange) or default (gray)
im using RGB values for both but as the Color method is write-only i'm struggling to find a statement to read what the current colour is so i can toggle it highlighted or back to gray
There's a similar thread on the forum where the member is advised to store the RGB value in the panel tags attribute but im already using the tag attribute to store important info about the panel
many thanks,