Maybe this is possible and I'm missing it, but I'd love to be able to set the background color of a button or label either through a specific OSC message or setting up conditions in OSCWidgets.
For example, I'm working on a reverse-cue-light system. I'm sending a label:
/qlite/out/client/1/label = label text
and a status
/qlite/out/client/1/status = hold
I'd love to be able to make the background of the button or label be red or green based on that “status” argument. A conditional kind of thing. Perhaps instead of just 2 colors for pressed/not pressed, the user could define arguments to trigger each color?
Maybe this is possible and I'm missing it, but I'd love to be able to set the background color of a button or label either through a specific OSC message or setting up conditions in OSCWidgets.
For example, I'm working on a reverse-cue-light system. I'm sending a label:
/qlite/out/client/1/label = label textand a status
/qlite/out/client/1/status = holdI'd love to be able to make the background of the button or label be red or green based on that “status” argument. A conditional kind of thing. Perhaps instead of just 2 colors for pressed/not pressed, the user could define arguments to trigger each color?