Menus in 4sm files

Luis Carlos Díaz Otero <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hi there

Looking at the demos, there is a very useful way to construct a menu:

<StartMenu text ="VENTAS AG - Demo">
   <StartMenuGroup text ="Examples">
      <StartMenuCommand text ="Google" exec ="fglgo google" />
      <StartMenuCommand text ="Input" exec ="fglgo input" />
      <StartMenuCommand text ="Construct" exec ="fglgo construct" />
      <StartMenuCommand text ="Attributes" exec ="fglgo attributes" />
   </StartMenuGroup>
</StartMenu>

Obviously fglgo is not applicable as the programs are not psudo code so the menu must be in the form


<StartMenu text ="VENTAS AG - Demo">
   <StartMenuGroup text ="Examples">
      <StartMenuCommand text ="Google" exec ="google.4ae" />
      <StartMenuCommand text ="Input" exec ="input.4ae" />
      <StartMenuCommand text ="Construct" exec ="construct.4ae" />
      <StartMenuCommand text ="Attributes" exec ="attributes.4ae" />
   </StartMenuGroup>
</StartMenu>
Well, this is not my problem, i have been trying to customize it trying to add another menu group such as:


<StartMenu text ="VENTAS AG - Demo">
   <StartMenuGroup text ="Examples">
      <StartMenuCommand text ="Google" exec ="google.4ae" />
      <StartMenuCommand text ="Input" exec ="input.4ae" />
      <StartMenuCommand text ="Construct" exec ="construct.4ae" />
      <StartMenuCommand text ="Attributes" exec ="attributes.4ae" />
   </StartMenuGroup>
   <StartMenuGroup text ="Another choices">
      <StartMenuCommand text ="Menu styles" exec ="menu.4ae" />
      <StartMenuCommand text ="Progress bar" exec ="progressbar.4ae" />   </StartMenuGroup></StartMenu>
</StartMenu>
With no success: how do i do to get MenuGroup "Another choices" at the same level as the "Examples" MenuGroup?


Cordial saludo: 

Luis Carlos Díaz Otero


________________________________

Hay 10 clases de personas en el mundo: las que saben de números binarios y las que no

________________________________

Asesoramos y acompañamos su presentación de tareas y trabajos de matemáticas:
http://www.facebook.com/pages/Asesorias-Matematicas/142808622433724?created

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.