Im'using a theme in my application
I have a datawindow userobject and i want change the background color of a text object
datawindow name: d_mag_situation
userobject name: uo_mag_situation
text object name: t_mrp_note
I can't find the right syntax to use in the json file
It's possibile change background color of a single text object in a datawindow?
Some attempts:
"d_mag_situation.t_mrp_note":
{
"drawing":true,
"border":2,
"border-color":"#CCCCCC",
"background-color":"#FFFF80",
"text-font":{"color":"#000000"}
}
"u_dw_situazione_mag.t_mrp_note":
{
"drawing":true,
"border":2,
"border-color":"#CCCCCC",
"background-color":"#FFFF80",
"text-font":{"color":"#000000"}
}
Thanks