I would like my own Window menu to be the front window when JMP is started.
I tried to put my menu window script in jmpStart.jsl. It loads the menu, but when loaded is at the back of the Home Window. I tried to minimize the home window with a old suggestion of David Burnham.
ServerMenu = New Window( "Access to QAQC Add-ins", ......);
Main Menu("Minimize All");
ServerMenu << On Close(
Main Menu("Restore All")
);
But still loads my menu window first and then the home window. (PS I don’t want to make the Window Modal)