DoIgorMenu on submenu item - Windows->Control->Retrieve All Windows

Hi,

Would it be possible to Issue a command for

Window->Control->Retrieve All Windows

The use case is that I develop on a screen that is larger than most my users and in early testing with them sometimes windows are off screen for them.

What I would like to do as a bit of default is to have the retrieve all windows command executed when the experiment opens so they have all the windows showing.

Andy

Igor 9's toolbar has a Retrieve All Windows icon, but this command will do the trick, too:

 

Macro RetrieveAll()
    DoIgorMenu "Control", "Retrieve All Windows"
End

I looked in SetIgorMenuModeProc.ipf and searched for "Retrieve" to find the needed menu name and menu item name.