I NOTICED the new 747-200 has the same (bug) or (Error)  limitation on Nav1 and 
Nav2 it does not scroll below 110.xx just the same as the concorde, the minimum 
it SHOULD scoll down to is 108.xx as many airports ils systems uses a 108.xx 0r 
109.xx nav aid !!!! this is to advise the guy working on the 747-200 about this 
problem.

I made manual changes to my Concorde  concorde-nav.xml & concorde-ap-nav.xml to 
fix the limitation!

For example changing:

<binding>

<command>property-adjust</command>

<property alias="../../../../params/frq-ctrl"/>

<step>-1</step>

<min>110</min>

<max>130</max>

<wrap>130</wrap>

</binding>

INTO

<binding>

<command>property-adjust</command>

<property alias="../../../../params/frq-ctrl"/>

<step>-1</step>

<min>108</min>

<max>130</max>

<wrap>130</wrap>

</binding>


Their are SEVERAL other entries with 

<min>108</min>

<max>130</max>

All these need modifying in the above xml files.

Aerotro
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to