Hi All.
Appeon PB 2019 R2
I am trying to change datawindow button control ( b_1 ) background to red in the datawindow ( dw_1 ) in the window ( w_test ) using theme-customs.json
{
"meta-info": {
"version": "190"
},
"w_test.dw_1.b_1": {
"drawing": true,
"normal-state": {
"background-color": "#FF0000"
}
}
}
What am i doing wrong?
Help will be greatly appreciated.
Thank you
"w_test.dw_1": {"dwo-button":{"drawing": true,"normal-state": {"background-color": "#FF0000"}}}
Work like a charm.
Thank you very match.
Greatly appreciated.
Sincerely
Vlad