Brian EdwardsBrian Edwards
Participant
@bedwards1000
Post count: 8

Should the type be a widget or a label?  When I send text I use type label and it works well.

ST<{“cmd_code”:”set_text”,”type”:”label”,”widget”:”AlertText”,”text”:”Sample Text”}>ET

But your modified commands use a type widget to update the label.

The commands you sent did not work either.

ST<{“cmd_code”:”set_visible”,”type”:”widget”,”widget”:”AlertText”,”visible”:false}>ET

Did nothing.

ST<{“cmd_code”:”set_font_size”,”type”:”widget”,”widget”:”AlertText”,”state”:”normal”,”size”:32}>ET

Did nothing.

ST<{“cmd_code”:”set_color”,”type”:”widget”,”widget”:”AlertText”,”color_object”:”bg_color”, “color”:00000000}>ET

Set the background color to white but I can’t seem to set it to any other color.  what would the command be to set bg_color to red.