- Simone Olianti
- Beta Testing
- Thursday, 7 November 2019 09:45 AM UTC
Hello everyone, i am testing the pb2019 r2 beta new features. In particular i am trying the enhanced ui themes and it's working like a charm. Configure theme settings for individual objects is exactly what i was looking for, but i wonder if there is a way to apply a particular theme to a window object and all its descendants by inheritance.
I would like to apply a theme to all windows except those inherited by a particular window object which have, for example, a different background color.
Do i have to configure in the theme-[xxxx].json every single window object to apply the different background color? is there a way to configure only their ancestor in a way that all its descendants get the same theme settings?
tia,
simone
theme-json:
{
"meta-info":
{
"version":"190"
},
"window":
{
"drawing":true,
"background-color":"#FFFFFF",
...
theme-searchwin.json: I have several objects inherited from w_search_main, should i configure them all?
{
"meta-info":
{
"version":"190"
},
"w_search_main":
{
"drawing":true,
"background-color":"#FBF166",
...
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.