<div dir="ltr"><div><div>Great thanks, now we're getting somewhere! :)<br><br>Ok again, this is what I meant by a standard, I'm attaching a file menu_test.xml so as to not confuse the name with another menu.xml...<br>
<br></div>Since this is XML I guess now that I've had some time to consider it, as long as you make the XML syntax correct anything will work, so I'm no XML pro, how many ways then does that leave use to be able to create a menu?<br>
<br></div>This was all I meant by making the menu a standard so it's only written one way, so as to not confuse end-users across different distros, or menu making applications, etc., when they come across many various formats as I've now seen and then people are scratching their heads wondering what's going on, because I'm not familiar with any desktops or other Window Managers that allow for a menu to be coded in many different syntax ways...<br>
<br><br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 13, 2013 at 5:35 AM, Xyne <span dir="ltr"><<a href="mailto:xyne@archlinux.ca" target="_blank">xyne@archlinux.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Das wrote:<br>
<br>
>I think you need to LOOK HARDER at the menu.xml in the source<br>
</div>>...<br>
<div class="im">>so pelase don't patronize people<br>
<br>
</div>no comment<br>
<div class="im"><br>
<br>
<br>
<br>
<br>
><menu id="apps-accessories-menu" label="Accessories"><br>
><separator/><br>
<br>
</div>You have placed the separator in the definition of the accessories menu, so it<br>
appears in the accessories menu. According to your previous posts, you want the<br>
separator to appear after the accessories menu, *in the root menu*, so you<br>
should place it there:<br>
<br>
<menu id="root-menu" label="Openbox 3"><br>
  <separator label="Applications" /><br>
  <menu id="apps-accessories-menu"/><br>
  <separator/><br>
<br>
I have attached an updated version of your file.<br>
<br>
Regards,<br>
Xyne<br>
<br>_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br></blockquote></div><br></div>