Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
Is it possible to dynamically chnage or toggle between 3 mashups every 20 seconds? For eg, If I am in mashup1, after 20 seconds, it should navigate to mashup2 and after 20 seconds it should navigate from mashup2 to mashup3 and further after 20 seconds, it should navigate back to mashup1 and the loop should go on. Is it possible to do it?
Thanks,
Shalini V
One way to achieve this would be to use Tabs. Let's assume you have 3 mashups under 3 tabs. SelectedTabName property of Tabs is bindable in both direction i.e. you can get the name of current tab as well as set a new tab name. So, using an auto refresh widget(set for 20s) get the current value from this property into a service which will return a new tab name which would be bound to SelectedTabName. You also have the option of making the actual tabs invisible.
It's totally possible also with content mashup, and a service which returns the new mashup on the sequence, you just need to bind it's output to the content mashup and trigger it with the auto refresh button.