Hi,
I have a dataobject with columns that have an expression for their background color. If I understand the documentation well expressions take precendence over theme-settings ('For the background color and font color of Column, Text, Computed Field, and GroupBox controls, the settings in the expression or the Modify method have higher priorities than the theme file.') However, the background of the column doesn't react on the expression. I tried to get it to work by including the datawindow in my custom theme-xxx.json file and setting the drawing-property to false:
"w_registratie_info.tab_1.tabpage_handmatig.uo_lijst.dw_list":
{
"drawing":false
}
, but that had no effect as well. Any clues?
Regards,
Aart
Thank you for your reply. The second option only works when using the ancestor object of 'uo_lijst'
"ddc_ancestor_pane_dwfreeformat.dw_list":
{
"drawing":false
}
where dw_list is on an ancestor of ddc_ancestor_pane_dwfreeformat. But it doesn't work for the specific datawindow if I use 'w_registratie_info.tab_1.tabpage_handmatig.uo_lijst.dw_list'.
I will try to make a small sample to reproduce it.
Regards,
Aart