Hi Bitli,
Is there a way to set the active window from a script.
Sure. Just call this method:
void ImageWindow.bringToFront()If you want to select a specific view of the window, assign it to its currentView property:
View ImageWindow.currentViewLet me know if this helps.