I have a Toggle Button that locks and unlocks the current sheet for editing. I change the Toggle Button color and text when it locks and unlocks (Locked = Green; Unlocked = Red). For some reason, when I click the toggle button, it changes text and color as expected, but when depressed, the red is a light greyish red, not bright red like the green color is. It's like the Toggle button has some type of grey screen overlay layer over it when depressed. I've searched the Toggle Button's properties and can't find a link to what's causing this color change. Anyone have any ideas what I might check?
Note: I'm using the RGB(255,0,0) for the red (which should be bright red) and RGB(0,255,0) for the green.
Bookmarks