lysdexic
Just noticed this when making a custom UI display for Miraweb using Panel.
Wonder if it's a quick fix?
Ben Bracken
If you want to change it to a solid color, just use 'bgcolor' and a list of rgba values, instead of 'bgfillcolor', which expects a dictionary.
Perfect, thanks Ben! Very strange that both messages work with an identical list - but only one reflects changes in the mira.frame client.
Thanks again!