This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Menu-item

Former Member
Former Member
Hello,

I have implement a menu in my Fenix 3 application and it works.

But I want to add to this menu a boolean (enable disable) selection for a parameter.

at the moment the menu is like this:
<menu id="MainMenu">
<menu-item id="SetTime">Temps de course</menu-item>
<menu-item id="SetLength">Distance</menu-item>
<menu-item id="VMA">VMA</menu-item>
<menu-item id="Interval">Interval</menu-item>
<menu-item id="Training">Training </menu-item>
</menu>

I want that the last parameter Training can be selected false/ true and that it will be displayed in the menu
during I change it. Like in the garmin menu.

Have somebody an example how to do it?

Another questions.
I have found no documentation about all the parameters of the menu-item in the Eclipse GUI. For Example
what is the DTD information?
What are the Edit namespace
Add Processing instruction?
Cdata Section?

Have anybody some detailed information on how to create nice menu in the GUI?

Thanks in advance for your help