I am super new to Ignition, and I am trying to figure out if I can make a similar navigation bar to this with the Tab Strips.
The functionality I want is each Tab would have a different sector, then to drill down into the next tab strip, then the final strip would open the site page in a floating popup window. I have tried this with buttons and seems to be more difficult than using the tab strip. Thanks in advance!
Have each 'row' be a group of tab strips overlaid on each other. Only show the tab strip that is associated with the selected previous level tab. Simplest way is with an expression binding on the visibility property that is something like {previous.level.tabstrip.selectedTab} = tabindexForThisStrip
I believe the example projects built into ignition have a two tiered tab navigation example that does exactly this.
This was my thought with the buttons, but thought the Tab Strip would look cleaner. I will look at the example projects. I must have missed that, thanks!
The example project does not seem to work as it does in the video.
Binding this expression to my Second Tier Tabs visibility
{Root Container.First Tier Tabs.selectedTab} = "Subs 1-10"
When selecting this the tab just hides Second Tier Tab and does not bring it back, as explained in the video.
Any suggestions
Found my mistake!!
Thanks for the direction