Skip to main content

1 reply

16-Pearl
April 15, 2019

Hi,

 

This can be done with the Application Events for the HoloLens project.  You can either add the command to one of the pre-defined gesture events, or create your own custom event (which won't have a gesture to run it),

 

custom_application_event.png

 

So they would have various JS functions to control the display of items and then called those functions from the application events.

 

You can read about them in the Studio help here: http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FEyewearExperiences.html

 

 

1-Visitor
April 16, 2019

woooo excelent, thank for you help, do you have an other example en js? for example show and hide or is a same form?

16-Pearl
April 16, 2019

It's the same place.  You just need to define the JS function and then call it from the application event.