I change the style on solution load with ‘application.overrideStyle(“actualStyle”, “newStyle”)’. The ‘newStyle’ is an option the user can change inside the solution.
After restart the solution, with smart-client all is shown correct. With web-client, some forms shows still the old style (backcolor), some the new.
After restart the developer or the application-server, with web-client also all forms are shown correct.
Does anyone know this behavior and know what to do?
that is weird if you really call that override style the first thing in the onsolution open (so now forms are created yet) then that should affect all forms that are created after that.
Or somehow your browser did cache a run before this. If you start your browser in incognito mode is it then ok?
even if I restart the solution in a new icognito browser (chrome) it ist still like that.