closed
Public

I am not sure I entirely understand how to make menu navigation work. I got it to work so menu’s show when I click the menu bar. My problem lies in that it seems that the menu itself is not responding to an item being clicked. Although I think the actions are defined correctly, it just simply closes the menu without executing the action.

To illustrate what I mean, you can view a movie here: http://www.cygno.com/remco/2009-08-19…

2 answers

You need to handle the “Selection Changed” event instead of the “Element Clicked” event when you want to do different things according to the menu item selection.

You can find an example plot named “interactive_selection.4ui” in the “plot” folder, it has demonstrated the way to use menu.

#1

Oops, of course… That was not so smart of me… :-

Thanks for the explanation!

#2

This question is now closed