Introduction
This is a guide that will explain to you how to create your own menu.ml
It will take up to five mins... if you pay attention ...
We will also learn how to work with a tool, the tool will skip the coding work...
But you will still need some XML skills because this tool isn't perfect.. it makes mistakes...
Chapter 1: Basics
Basicly, you will only learn to search problems in an XML file...
If we want to create an element:
<element id="[1]"> [1] is the internal name of the element, ex. FMRadio [name will not be displayed as text in the menu]
<label type="name"><text>[2]</text></label> [2] is the text you will display in the menu ...
<icon pos="[3]" source="[4]">[5].png</icon> [3] will be the position: small left; selected; unselected [4] will be internal or file [5] name of file
<link type="[6]"/> [6] will be internal or Java app
</element>
This is enough to create an element... wich you can click on...
known issues:
internal labels, require specific names...
2 icon positions needed: Selected and unselected; when working with DeskTopGFX2, i will come back to that later...
Chapter 2: Menu's
Something specific about menu's:
<element id="[1]"> [1] must have the name: New_Container
<label type="name"><text>[2]</text> [2] will be the text you desire
<icon pos="selected" source="file">[3].png</icon> [3] filename...
<menu id="New_Container" Layout="[4]" [4] will be: DesktopFullScreen; DeskTopGFX2
<label type="name"><text>something</text></label>
<element id="... <---- will be the first new element in the menu....
Chapter 3: tools
Download
download this tool...
It will help you out creating your own
As you know XML basics, this won't be hard to use ^^
