menu"Windows" submenu"Procedure Windows" "Test" End End
and it gives the error message "Can't Add Items to this menu". So obviously not. Besides, why would you want to put a list of functions to a list of procedure windows? You can create your own top level menu entry and put an interface for these functions there e.g.
Menu"Image Functions" "Entry 1" "Entry 2" End
either copied in the local procedure window (ctrl-m) or in a global one, and see what it does.
Plese use displayhelptopic"menu"
as a start for further information.
HJ
My initial wording was not very exact. When I load the Image Processing toolbox, a new menu ("Image") is created, which I am not meaning to complain about.
However, all the procedure files are loaded into the view in Windows -> Procedure Windows.
I have my own procedure windows which I want to search for in that view, and I am merely stating a question of cosmetics/convenience.
There are 33 procedures in /Applications/Igor Pro 6.3 Folder/WaveMetrics Procedures/Image Processing. My impression is that all of these are added to the list in Windows -> Procedure Windows when the package is loaded.
However, I have a bunch of my own .ipf files that I am working with that I include and I just want to make it easier to search for them. If there are an extra 33 items in the list then that view is cluttered and I can't find my files easily.
The GUI for searching would be much more effective for me if the files from the package were grouped into a folder.
submenu "Procedure Windows"
"Test"
End
End
and it gives the error message "Can't Add Items to this menu". So obviously not. Besides, why would you want to put a list of functions to a list of procedure windows? You can create your own top level menu entry and put an interface for these functions there e.g.
"Entry 1"
"Entry 2"
End
either copied in the local procedure window (ctrl-m) or in a global one, and see what it does.
Plese use
displayhelptopic "menu"
as a start for further information.
HJ
July 23, 2015 at 03:10 am - Permalink
My initial wording was not very exact. When I load the Image Processing toolbox, a new menu ("Image") is created, which I am not meaning to complain about.
However, all the procedure files are loaded into the view in Windows -> Procedure Windows.
I have my own procedure windows which I want to search for in that view, and I am merely stating a question of cosmetics/convenience.
There are 33 procedures in /Applications/Igor Pro 6.3 Folder/WaveMetrics Procedures/Image Processing. My impression is that all of these are added to the list in Windows -> Procedure Windows when the package is loaded.
However, I have a bunch of my own .ipf files that I am working with that I include and I just want to make it easier to search for them. If there are an extra 33 items in the list then that view is cluttered and I can't find my files easily.
The GUI for searching would be much more effective for me if the files from the package were grouped into a folder.
Is there an easy way to make this happen?
Thanks,
Jeff
July 23, 2015 at 11:11 am - Permalink
displayhelptopic "DisplayProcedure"
might give a solution to access your own modules by a user menu.
HJ
July 23, 2015 at 12:54 pm - Permalink