https://docs.appeon.com/pb/whats_new/UI_Theme_enhancements.html
I am hoping someone will be able to clarify the upcoming PB 2022 theme enhancements for me. Right now we have two different visual user objects inherited from the datawindow object. Currently with themes applied to a datawindow we lose the ability to change the background color of checkboxes and radiobuttons (even if we are not explicitly using themes for those edit types) - for the most part that is not an issue for us but in one case it is. With the 2022 enhancement will it be possible to have one userobject type inherited from datawindow use themes and one not use themes? It was not clear from the description of the enhancement. One additional note on this - we are creating these userobjects dynamically (using OpenUserObject) at runtime. Does that effect the way the themese are applied.
So basically it would be:
uo_dw_base userobject is inherited from datawindow and would use themes
and
uo_dw_data_entry userobject is inherited from datawindow and would not use themes (and the actual objects are dynamically created on windows at runtime)
Thanks,
Mark