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
I have just one more question. I would be glad if you can help.
I have been trying to place a button at the bottom of 2D canvas and it is invisible till the time no selection is made. Now let's say I have selected 'suspension assembly' in the drop down menu so now I want that button to become visible and when pressed should be able to load 'Suspension_Exploded_Low.pvz'.
And when I select another option such as 'Arm assembly' in the drop down menu and the button is clicked it should load 'Arm_Assembly_Exploded_Low.pvz'. Also the 'Suspension_Exploded_Low.pvz' file should hide as soon as I click 'Arm Assembly'.
And thanks once again for the previous reply.
Solved! Go to Solution.
Hi @manojpandey ,
I checked the attached project - and it is simple and clear what it should do.
But I could not understand the problem. Let explain:
When you select one option in the drop down menu (select widget “select-1”) it will select a specific model and will make e.g. some 3d elements visible or invisible depending on the slection.
So on the same way you can make the 2d button visible or invisible in the switch construct of the $scope.checkSequence function.
But what is for me not quite clear :
"And when I select another option such as 'Arm assembly' in the drop down menu and the button is clicked it should load 'Arm_Assembly_Exploded_Low.pvz'."
- so I could understand that you want to display the button when a selection is done and you want to assignee for each selection a different functionality for the button depending on the selection of the list
But what means “the function when the button is clicked it should load... “ I think the loading of the model is already done by the binding of the select widget ["select-1"][" value"] to the model widget ["common"]["src"].
Or did you want to remove this binding and then set the model source via the button.
What is here the desired action? Could you explain , please.
Hi @manojpandey ,
I checked the attached project - and it is simple and clear what it should do.
But I could not understand the problem. Let explain:
When you select one option in the drop down menu (select widget “select-1”) it will select a specific model and will make e.g. some 3d elements visible or invisible depending on the slection.
So on the same way you can make the 2d button visible or invisible in the switch construct of the $scope.checkSequence function.
But what is for me not quite clear :
"And when I select another option such as 'Arm assembly' in the drop down menu and the button is clicked it should load 'Arm_Assembly_Exploded_Low.pvz'."
- so I could understand that you want to display the button when a selection is done and you want to assignee for each selection a different functionality for the button depending on the selection of the list
But what means “the function when the button is clicked it should load... “ I think the loading of the model is already done by the binding of the select widget ["select-1"][" value"] to the model widget ["common"]["src"].
Or did you want to remove this binding and then set the model source via the button.
What is here the desired action? Could you explain , please.