Hi,
I have this view as below:
Sometimes, the UI kinda buggy, to fix that, I just closed this view and open back. Then the glitchy thing is solved. So i was thinking, rather then closing and reopening this view card. Can I implement a refresh button for this view?
I used Options: RefreshButtonsVisibility=true but somehow this syntax only work for an object, it just refresh an object not the whole VIEW. So is there a way to do this?
Tl;dr
How to create a Refresh Button for VIEW (refresh that whole page)?
Your assistances are very much appreciated.
Thank you very much and have a nice day!
Hi Fawzan,
Not sure if the most elegant way, but I believe the following would work for refreshing the page data:
- Duplicate the page in your Visio drawing, giving the new page a unique name.
- Then add a shape (selection button) to both pages with NavigatePage as the shape data field.
- Set the NavigatePage value to Page2 on Page1 of Visio
- Set the NavigatePage value to Page1 on the Page2 of Visio
- When the shape is selected by the user, the display will switch to the other page and refresh the parameter data.
This will provide the functionality of refreshing the data as the page is being changed between Page1 or Page2 when selected.
Creating a button to navigate to a page of the current Visio drawing | DataMiner Docs