Hi there,
After getting feedback from our users it resulted that the Enterprise theme that we were using until now is considered oldish. Hence we decided to switch to the Tahoe theme but with some minor color changes (for example the color for the ListGrid header is too invasive). However we see this error when running any type of sample code:
More exactly this piece of code within load_skin.js
Also the skin is loaded but by inspecting the exported .css we do not see the custom changes that we made and looks just like the original Tahoe. The theme was created with the online editor and is deployed for now as a source within the war folder. Using SNAPSHOT_v13.0d_2021-08-05/LGPL Development Only (built 2021-08-05). I can provide other details if needed.
After getting feedback from our users it resulted that the Enterprise theme that we were using until now is considered oldish. Hence we decided to switch to the Tahoe theme but with some minor color changes (for example the color for the ListGrid header is too invasive). However we see this error when running any type of sample code:
Code:
TypeError: Cannot read property 'changeDefaults' of undefined Stack from error.stack: loadSkin(<no args: exited>) @ load_skin.js:1669:25 null.<anonymous>(<no args: exited>) @ load_skin.js:2118:5
Code:
isc.EventWindow.changeDefaults("resizerDefaults", { src:"[SKIN]/Window/v_resizer.png" });
Comment