Hi there

 After a break I am trying to fix the Su-26 before asking some kind soul to 
upload it on CVS.

 Thanks to Melchior I have been able to add a specific menu to the main menu 
bar. The items I want to put inside are a fuel and load dialog (JSBSim) and a 
livery selector dialog.

 I have made the dialogs into separate files (as is suggested in mini docs 
about gui) and I include them in the sim part of Su-26M-set.xml like this

 <dialog include="Gui/fuel_load.xml"></dialog>
  
  <menubar>
     <default>
         <menu n="1000">
           <label>Su-26M</label>
               <item n="0">
                    <label>Fuel and Load</label>
                    <binding>
                        <command>dialog-show</command>
                        <dialog-name>fuel</dialog-name>
                    </binding>

...

in the dialog definition the <name> element is set to fuel 

When I select the menu item fg complains about not having a "fuel" dialog 
declared.

 Can anybody tell me what I am doing wrong here ?

Thanks for the help

Enrique


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to