To find out how an application that is normally accessed through a menu is actually launched, you can probe into menus.
Note: | For this procedure to work, you must have already made at least one actual use of the menu entry of interest. Also, for menus produced using the VisualAge builder, you should instead use CompEdit to open a composition editor in order to see what actions result from a menu entry. Finally, in certain circumstances, probing the menubar as described below actually results in a normal probe of the menubar widget, rather than a probe of the associated menus. |
To find out, for example, how a hierarchy browser is started up (perhaps for purposes of being able to start it under control of a debugger), you could:
Congratulations! In less than a couple of minutes, you too can now launch hierarchy browsers!