I am developing my own experience in thingworx same as the bike experience. I want to move between different views in thingworx studio using buttons instead of using the default option available as selecting from the drop down list.
Solved! Go to Solution.
Hi Dipika,
You wont get exactly the way it is shown in Bike Demo. But on similar lines you can add a button on each left and right panel. Add different views with different functionlities or presentation and on the click of this button just navigate to different views added. To give better look you can use "<" anfd ">" to nevigate to previous and next views and add proper styling to give it cleaner look.
Hope this helps.
Sameer
Hi Dipika,
You wont get exactly the way it is shown in Bike Demo. But on similar lines you can add a button on each left and right panel. Add different views with different functionlities or presentation and on the click of this button just navigate to different views added. To give better look you can use "<" anfd ">" to nevigate to previous and next views and add proper styling to give it cleaner look.
Hope this helps.
Sameer
Sameer is right: you can use buttons to change views. You'll have to bind the Button click event to the view (see video on how to drag-and-drop the handle):
Cheers, moritz
Thank you Moritz!! It works!!