Solved
Change a color of the 3D label via .js
Hi,
How can I change a color of a 3D label by clicking on a button?
I tried to write the code below but it doesn't work:
$scope.SwitchConf = function () {
$scope.app.view.Home.wdg["3DLabel-2"].fontColor= 'red';
When I click on the button, the function "SwitchConf" is called but the color don't change.
Is it possible to do this by this way?
Thanks for your help...
Maxime.

