- Magid Slimani
- PowerBuilder
- Friday, 5 July 2024 07:23 AM UTC
Hello
I'm in pb2022 R3 , I'm using a theme in which I put an exception for a given window .
I followed the documentation but it does not work.
Does anyone have an example that works?
Here's what I put in the theme.json file.
For all windows
"window":
{
"drawing":true,
"background-color": "#FFFFFF",
"title":
{
"active-state":
{
"background-color": "#FFFFFF",
"text-font":{"color":"#18322e"}
},
"inactive-state":
{
"background-color": "#F5F7F8",
"text-font":{"color":"#5d707a"}
}
}
For a particular window :
"w_1_test":
{
"drawing":true,
"background-color":"#f44336",
"title":
{
"active-state":
{
"background-color":"#f44336",
"text-font":{"color":"#18322e"}
},
"inactive-state":
{
"background-color": "#F5F7F8",
"text-font":{"color":"#5d707a"}
}
}
Translated with DeepL.com (free version)
Thank you
.
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.