I just downloaded ForeUI and having trouble getting started. For example, I added a menu bar and would like clicking on an item to make another Menu visible. I don’t even see how to identify specific elements. Sorry for a dumb question.
2 answers
Hi Robert,
Here is an article to help you quick start: http://www.foreui.com/articles/Create…
To implement the effect as you described, you need to define the behavior of the menu bar: handle the “Selection Changed” event and check the selected index, than show/hide the menu. You can define its workflow like this:
Also there is an example named “interactive_selection.4ui” in the “plot” folder after your installation, it already implement that effect, you can open it and see what’s inside.
This question is now closed