Hi
Justa quick question, what is the best way to stop Themeing being applied to a specific window and it objects? We do not want to Theme the sign in window of the application (a graphic designer has spent hours designing it).
I added a specific window section for the window like below in the excepion json file and set drawing to false, but the theme is still being applied to the objects on the window.
"w_sign_on":
{
"drawing":false,
"background-color":"#FFFFFF",
"title":
{...
Do I need to specify every object as an exception? or is there a better way to do this?
Powerbuilder 2022 build 1900 for info.
Many thanks
David