[Flightgear-devel] XML question for upgrading the ATC aircraft

2007-09-06 Thread Holger Wirtz
Hi,

I will expand the ATC aircraft with one (or two) COMs. because I had
never done this before I have some problems and questions for the
experts:

- I want to set the properties for /instrumentation/nav[1]/serviceable
  to false. If I write some XML code like the following in
  Aircraft/ATC/MP-ATC-panel.xml it wroks fine for
  /instrumentation/nav/serviceable but not for
  /instrumentation/nav[1]/serviceable because of the brackets in the XML
  code.

--- cut here ---
instrumentation
...
comm
serviceabletrue/serviceable
/comm

nav
serviceablefalse/serviceable
/nav

/instrumentation
--- cut here ---

  What must be done to fix this?

- Is there a description around how to build 2d or 3d panels?

- How can I fix the 2D-Panel even when looking around with the mouse?

Thanks, Holger
-- 
#   ##  ##   Holger Wirtz Phone : (+49 30) 884299-40
##  ## ##   ### ##   DFN-Verein   Fax   : (+49 30) 884299-70
##  ##  ##   Stresemannstr. 78E-Mail: [EMAIL PROTECTED]
##  ## ##   ## ###   10963 Berlin
#  ##   ##  ##   GERMANY  WWW   : http://www.dfn.de
GPG-Fingerprint: ABFA 1F51 DD8D 503C 85DC  0C51 E961 79E2 6685 9BCF

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] XML question for upgrading the ATC aircraft

2007-09-06 Thread Holger Wirtz
Ron,

On Thu, Sep 06, 2007 at 12:33:18PM +, Ron Jensen wrote:
[...]
 You can either have multiple nav sections:
 nav !-- This in nav[0] --
 serviceablefalse/serviceable
 /nav
 nav !-- This is nav[1] --
 serviceablefalse/serviceable
 /nav
 
 Or set the nav to 1 directly:
 nav n=1
 serviceablefalse/serviceable
 /nav

Ahhh, ok I see... I have tried much variations but not these ones...

  - Is there a description around how to build 2d or 3d panels?
 
 See $fgroot/Docs/README.xmlpanel.html for 2d panels.  3d panels are just
 animated models, so $fgroot/Docs/model-howto.html might help.

Ok, thanks, that will avoid more stupid questions on the list.

Thanks a lot!

Holger
-- 
#   ##  ##   Holger Wirtz Phone : (+49 30) 884299-40
##  ## ##   ### ##   DFN-Verein   Fax   : (+49 30) 884299-70
##  ##  ##   Stresemannstr. 78E-Mail: [EMAIL PROTECTED]
##  ## ##   ## ###   10963 Berlin
#  ##   ##  ##   GERMANY  WWW   : http://www.dfn.de
GPG-Fingerprint: ABFA 1F51 DD8D 503C 85DC  0C51 E961 79E2 6685 9BCF

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] XML question for upgrading the ATC aircraft

2007-09-06 Thread Csaba Halász
On 9/6/07, Ron Jensen [EMAIL PROTECTED] wrote:

  - How can I fix the 2D-Panel even when looking around with the mouse?

 Good question...  Anyone?

It is already fixed. Note that my atc patches are not yet in cvs. To
make matters worse, I have moved and my old ISP has deleted my
website. I'll upload the patch to files.ww or similar as soon as I get
a chance.

Greets,
Csaba/Jester

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel