Page 1 of 1

Changing style in web-client

PostPosted: Thu Jan 24, 2019 12:37 pm
by GabrielWyss
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?

Re: Changing style in web-client

PostPosted: Tue Feb 05, 2019 11:51 am
by jcompagner
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?

Re: Changing style in web-client

PostPosted: Tue Feb 05, 2019 4:49 pm
by GabrielWyss
even if I restart the solution in a new icognito browser (chrome) it ist still like that.