Script for right clicking and hiding/unhiding a window from the Home Window "window list"
I'm trying to keep from when windows open and then hiding them causing a bunch of screen flickering as the script runs. I can open the file as Invisible but then I'd like it to become "active" however in a minimized state. I tried using this code (dt= a data table and GB1= a graph builder window) but when it shows the windows they are maximized.dt2<< Minimize Window( 1 );
gb1<< Minimize Window(
...