• To add more menus simply copy and paste other menu elements and edit them to suit.
  • To position your menu anywhere on screen set the Top & Left values and remove any reference for "Screen Position"
  • Offsets can be applied to both Top & Left positions for example:

    addmenu(menu=[
    "mainmenu",	// Menu Name
    0,		// Menu Top
    "offset=-200",	// Menu Left
    ,		// Menu Width
    1,		// Menu Border Width
    "left",	// Screen Position
    style1,		// Properties Array
    1,		// Always Visible
    "left",		// Alignment
    .......................
    
    The above will position the menu in the center of the screen minus 200 pixels.

    And don't forget, please subscribe to the mailing list to be kept informed of updates Here