Tab Strip scripting

Layer may of got it there but I would also use openWindow for opening a popup instead of swapTo. system.nav.swapTo() is supposed to swap the main window to the window you specify where system.nav.openWindow() opens a new instance. If its already open, openWindow will bring it to the front. If you want to be able to open the same popup more than once, you would want to use system.nav.openWindowInstance()

1 Like