cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How to add the Comment Box in Vuforia studio 3D eyewear(HoloLens)

Rakesh_kumar_S
13-Aquamarine

How to add the Comment Box in Vuforia studio 3D eyewear(HoloLens)

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?

 

 

 

3 REPLIES 3

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:

https://community.ptc.com/t5/Vuforia-Studio/Getting-a-3D-alert-to-work-on-HoloLens-Ionic-Framework/m-p/648210#M7519

also https://community.ptc.com/t5/Vuforia-Studio/Is-3d-Widget-Dialog-possible/m-p/634557/highlight/false#M7034

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 :

https://community.ptc.com/t5/Vuforia-Studio-and-Chalk-Tech/How-can-we-make-a-3D-Widget-on-HoloLens-visible-in-front-of-me/ta-p/658541

 

 

 

Announcements

Top Tags