Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am doing one project with a checklist. 1 sequence is running; if it is running properly, I can select the next button. If it is not running properly, I have to select the reason, and for that reason, I have to add a comment.
How can I add the comment box here?
you could use a popup widget
create a popup add a gridlayout, a few rows and provide a close button and a text label.
use $scope.setWidgetProp("MyPopup" "visible" , true) ; via a function call from a click
It is possible in 3D eyewear project?
Hi @Rakesh_kumar_S ,
so far I know the 2d popup and also the Iconic Framework will not work in eyewear project (at least on the eyewear device - possibly it will work in chrome preview) Remember this post:
What currently possibly on HL device - PTC help reference : http://support.ptc.com/help/vuforia/studio/en/?_gl=1*e2gs2m*_ga*MTI1NTk2NTczNi4xNjc0MTIzMTky*_ga_1QBT6P6HR1*MTY4ODk4MDkyMS40ODcuMS4xNjg4OTgxMTkxLjAuMC4w#page/Studio_Help_Center%2FWidget3DPanel.html
Therefore I tried in the past something like virtual keyboard form buttons or 3Dimages (with click event) this was before the 3D panel was introduced but still to input a message you need some kind of virtual keyboard which is not currently available at in studio, so far I know.
Here want to refer to the following post :