I have two windows, and a tab strip on both to enable navigating between them. Right now, when i click on the tab strip in A to go to B, and then click on the tab strip in B to go back to A, A's tab strip still shows window B selected. How can I make A's tab strip update?
Use only 1 tab strip in a main docked window, such as a header or sidebar. If I'm reading this correctly it sounds like you have 2 different tab strips for each window.
2 Likes
Thanks!
It is also important to know that the tab strip's built-in navigation also expects ALL main window navigation to use .swapTo()
, not any form of .openWindow()
, so there is never more than one main window open. Break this rule and the current window highlighting will break.
2 Likes
Good point. This would also cause an issue with your menu buttons not appearing to work because they would try to open a window that may already be open in the background