Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello guys ,
I am learning thingworx studio . I want to display image if i click on some another image or label in eye wear project type. Could you please help me on this .
Hi Shuaib. You can create a small function like the one below and call it on the event click.
$scope.ShowImage = function(){
$scope.view.wdg['3DImage-1']['visible']=true;
};