Skip to main content
1-Visitor
January 16, 2017
Solved

How to move between different views using buttons?

  • January 16, 2017
  • 1 reply
  • 3350 views

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.

Best answer by srathoud

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

1 reply

srathoud1-VisitorAnswer
1-Visitor
January 17, 2017

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

12-Amethyst
January 17, 2017

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):

Video Link : 1725

Cheers, moritz

dsengupta1-VisitorAuthor
1-Visitor
January 18, 2017

Thank you Moritz!! It works!!