DoIgorMenu on submenu item - Windows->Control->Retrieve All Windows
hegedus
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:
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.
September 26, 2023 at 10:04 am - Permalink
Thanks.
I might put that as default in my cross platform work.
Andy
September 26, 2023 at 10:41 am - Permalink