The test web app I have started playing with uses a simple customized theme that I created and it is stored in the Theme folder within the project. It is also defined in default.json file. When I open the project in VS 2015, it populates the dropdown box at the bottom of the designer screen with all the available themes WiseJ provides during installation plus this customized theme. However, the selected item is always Blue-1 and not the customized theme.
Is there a way to automatically select or activate the defined theme when opening a project?
Am I missing sometthing.
Thanks,
Cris
The default theme used by the designer and the application is in Web.config. The setting should be already there next to the server license key entry.
The theme set in the json config file overrides the default theme at runtime only. That’s because a wisej project supports multiple applications and multiple json config files.
Best,
Luca
Hi Luca,
Got it working now.
Thanks
Cris