Window popup time of day

That’s correct, although if you’re opening a window, system.nav.swapTo(“windowname”) will be the way to go. This function will properly handle closing the window that was previously in focus and open the new one. If you’re just opening a popup, then openWindow works fine.