X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 15 Jul 2008 01:57 PM by  anon
Using ENVI Menu Functions with new IDL .pro
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
15 Jul 2008 01:57 PM
    In the simplest terms, I'm trying to create a program that I can add to ENVI's menu structure that will call the ROI Tool which exists at Basic Tools-> Region of Interest-> ROI Tool. When I go to the envi.men file, I can see that that menu option corresponds to the following code (in envi.men): {ROI Tool} {roi tool} {envi_menu_event} I have this basic, bare bones .pro that I want to accomplish the same thing as that menu selection: pro callROI, event xmanager, envi_menu_event, base, EVENT_HANDLER='roi tool' end I know that, at the very least, the ID, 'base', is wrong but I can't seem to figure out what that should be. Also, my other arguments may be out of order and/or wrong. I would greatly appreciate some help in calling this ENVI function/operation of opening the ROI Tool.

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    15 Jul 2008 01:57 PM
    You might try the steps discussed in this other forum entry: http://www.ittvis.com/for...essage.asp?fmid=3983
    You are not authorized to post a reply.