Built in menus in contextual menus

Zaxon688
Posts: 3
Joined: 2008-01-24
Location: United States

I was wondering If anyone knows how to place a built-in menu into a contextual menu?
or if anyone knows whats the built-in contextual menu name for the graph is? The contextual menu not involving the trace.(TracePopup, AllTracePopuptrace).


JimProuty's picture
Posts: 289
Joined: 2007-07-19
Location: United States

There's no way to replicate a built-in menu into a user-defined contextual menu; You'll have to create your own implementation. Sometimes it is as easy as have the menu action routine use DoIgorMenu. See the DoIgorMenu operation.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.


Back to top