Hi everybodies,
I’m trying to move my existent solution developed with 7.4.8 into the new 8.2
It’s a web client based solution.
Everything is fine in the developer but when I export my solution and import it in the new application server, custom styles aren’t considered…
What I’ve done is :
- Installation and configuration of the new application server
- Test it in developer and ensure everything is ok
- Importing the new solution created with 8.2
- Copying the old css version files into the new installation path at …/servoy-webclient/templates/new_css_name, still using the instruction
application.putClientProperty(APP_WEB_PROPERTY.WEBCLIENT_TEMPLATES_DIR, 'new_css_name');
But it always get the old default style and css
Do you think is there something I forgot to do or is there something else to do in the new version?
I’m going crazy with this…
Thx in advance