Hello,
So I am trying to navigate to different project from my HorizontalMenu component, but it opens in New Tab. So the target URLs are like below:
GWAddress + /data/perspective/client/ + ProjectName1 + "/page1/show1"
GWAddress + /data/perspective/client/ + ProjectName1 + "/page1/show2"
GWAddress + /data/perspective/client/ + ProjectName1 + "/page2/show1"
GWAddress + /data/perspective/client/ + ProjectName1 + "/page2/show1"
So above navigation works fine, in the same tab and without page reload because its within same project.
Now when I try to navigate to another project, the URL would be like:
GWAddress + /data/perspective/client/ + ProjectName2 + "/page1/show1"
GWAddress + /data/perspective/client/ + ProjectName2 + "/page1/show2"
When I switch between projects, it not only reloads the page but also Opens page In the New Tab. Reloading is fine due to project switch but I do not want that to open in newTab.
To avoid opening in the newTab I did navigation with scripting using
system.perspective.navigate(url)
But now this reloads every page even if its within the same project.
Please suggest how could I achieve the expected result. Thanks in advance
Ignition Version: 8.1.32
Windows