This is driving me crazy! It's also showing the RGB colors if I have those specified.
It's preventing me from doing a lot of stuff the way I want it. Here's my code (under calculate event):
if (Rush.rawValue==1) then Reason.presence = "visible" else Reason.presence = "invisible" Reason.rawValue = " " endif;