Page 1 of 1

Look And Feel/Theme not working for 2019.12.1

PostPosted: Tue Mar 10, 2020 10:27 pm
by SteveInLA
I can't upgrade Java until I upgrade Servoy from 8.3.3 to 2019.12.1. In 8.3.3, I can open the Admin page and enter for selectedlnf 'javax.swing.plaf.metal.MetalLookAndFeel' and for lnf.theme 'com.incors.plaf.kunststoff.themes.KunststoffDesktopTheme'. After saving and restarting Developer, the solutions looks correct in the Form Editor and in the Smart Client preview. This is not the case in 2019.12.1 for things like comboboxes, tabs, check boxes, etc. Is this no longer a supported feature, am I missing a step or am I doing something wrong?

From 8.3.3:
Screen Shot 2020-03-10 at 1.24.02 PM.png
Screen Shot 2020-03-10 at 1.24.02 PM.png (13.33 KiB) Viewed 3027 times


From 2019.12.1:
Screen Shot 2020-03-10 at 1.23.01 PM.png
Screen Shot 2020-03-10 at 1.23.01 PM.png (14.04 KiB) Viewed 3027 times

Re: Look And Feel/Theme not working for 2019.12.1

PostPosted: Wed Mar 11, 2020 4:41 pm
by jcompagner
what is in your "application_server\lafs" ?

if you want to use kunstoff you have to have there that jar, by default we don't ship that anymore, so you need to take that from an older version

Re: Look And Feel/Theme not working for 2019.12.1

PostPosted: Wed Mar 11, 2020 10:07 pm
by SteveInLA
The file kunststoff.jar is and has been present in the application_server\lafs folder. I have tried the file from my 8.3.3. install as well as one I downloaded from http://www.java2s.com/Code/Jar/k/Downlo ... offjar.htm. I even unzipped the jar to make sure that com.incors.plaf.kunststoff.themes.KunststoffDesktopTheme' is there and it is. Still not working.