- Messages
- 19
[SOLVED] [FSX] XML MouseAreas drives me nuts
Hi all,
I have two main mouse areas, one for changing the altitude and one for simulating the B-key (barometic reset).
This is what's happening:
The above main mouse area works in FSX. The beneath main area is NOT working.
When I change the order, without changing anything, also the above main area works (thus the other one), the second NOT works in FSX!
This is driving me nuts! I tried everything, but can't find a solution.
See xml-code below.
Please advise,
Kindly regards,
Jacob.
Hi all,
I have two main mouse areas, one for changing the altitude and one for simulating the B-key (barometic reset).
This is what's happening:
The above main mouse area works in FSX. The beneath main area is NOT working.
When I change the order, without changing anything, also the above main area works (thus the other one), the second NOT works in FSX!
This is driving me nuts! I tried everything, but can't find a solution.
See xml-code below.
Code:
<MouseArea id="Altitude change">
<FloatPosition>70.000,45.000</FloatPosition>
<Size>100,14</Size>
<MouseArea id="Decrement">
<FloatPosition>0.000,0.000</FloatPosition>
<Size>25,14</Size>
<CursorType>DownArrow</CursorType>
<MouseClick id="MouseClick">
<Script>(L:AP ALT CHG RATE, number) 0 == if{ 100 } els{ 1000 } (>K:AP_ALT_VAR_DEC)</Script>
<ClickRepeat>True</ClickRepeat>
</MouseClick>
</MouseArea>
<MouseArea id="Increment">
<FloatPosition>13.000,0.000</FloatPosition>
<Size>25,14</Size>
<CursorType>UpArrow</CursorType>
<MouseClick id="MouseClick">
<Script>(L:AP ALT CHG RATE, number) 0 == if{ 100 } els{ 1000 } (>K:AP_ALT_VAR_INC)</Script>
<ClickRepeat>True</ClickRepeat>
</MouseClick>
</MouseArea>
<Tooltip id="Tooltip">
<DefaultId>TOOLTIPTEXT_AUTOPILOT_ALTITUDE_INDICATOR_FEET</DefaultId>
<MetricId>TOOLTIPTEXT_AUTOPILOT_ALTITUDE_INDICATOR_METERS</MetricId>
<EnglishId>TOOLTIPTEXT_AUTOPILOT_ALTITUDE_INDICATOR_FEET</EnglishId>
</Tooltip>
</MouseArea>
<MouseArea id="MouseArea AltReset">
<FloatPosition>120.000,9.000</FloatPosition>
<Size>18,16</Size>
<CursorType>Normal</CursorType>
<MouseArea id="Reset">
<FloatPosition>0.000,0.000</FloatPosition>
<Size>18,16</Size>
<CursorType>Hand</CursorType>
<MouseClick id="MouseClick">
<Script>(M:Event) 'LeftSingle' scmp 0 == if{ 1 (>K:BAROMETRIC) }
</Script>
</MouseClick>
</MouseArea>
</MouseArea>
Please advise,
Kindly regards,
Jacob.
Last edited:
