Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi everybody,
in my Thingworx Studio project I've loaded a CAD model with many text instructions about how to operate on the machine. Those instructions will be shown after pressing a play button. There are certain instructions steps I would like to add a popup window to. Does anyone have an idea how to realise that?
Thanks for every comment!
Best regards
Ariana
Hi Ariana,
Are you implementing sequences from Creo Illustrate for these instructions? If so, you can utilize the popup widget with the 'acknowledge requested' event from the model item to achieve this. Within Creo Illustrate, you'll want to ensure that you add the acknowledge option to the steps you would want a popup.
If you are not using sequences and just showing text instructions, you could still utilize the popup widget or create your own popup using the Ionic Popup service. More information on $ionicPopup can be found here: https://ionicframework.com/docs/v1/api/service/$ionicPopup/