• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Search results

  1. Kebas

    FSX (Released) M.I.T. - Maintenance and Income Tool

    I'm affraid it does not gonna work, the engine status is also not determined. Majestic uses not the default FSX parameters. But no problem.
  2. Kebas

    Display multiple text lines on transparent window to create a checklist?

    Solved it by adding an extra <Element> around it.:)
  3. Kebas

    FSX (Released) M.I.T. - Maintenance and Income Tool

    Where gets MIT the max. payload from?
  4. Kebas

    FSX (Released) M.I.T. - Maintenance and Income Tool

    Hi, I tried this nice looking tool with the Majestic Q400. Unfortunately it did not work. Actual payload > max.Payload. I know that Majestic uses own parameters (not FSX), but is there any change it could work with the Q400? Regards, Jacob.
  5. Kebas

    Display multiple text lines on transparent window to create a checklist?

    I'm struggling with your Checklist gauge. The headers for the checklists won't display, for instance the line "Cockpit preperation": <FormattedText X="250" Y="30" Length="50" Font="Arial Black" FontSize="20" Adjust="Left" VerticalAdjust="Top" Color="#f1f1f1" Multiline="No" Bright="Yes" >...
  6. Kebas

    FSX XML Select Expression

    Hi Bill, Many thanks, the second works best :) I made a new macro @Round4: <SimGauge.Macro id="Round4" Name="Round4"> <MacroValue>d flr s0 - 10000 * near 10000 / l0 +</MacroValue> </SimGauge.Macro> Then the next code works even more precise: <SimGauge.Expression id="Expression">...
  7. Kebas

    FSX XML Select Expression

    Hi Bill, Thanks for your reply. Unfortunately your solution doesn't work either. What I try to resolve with the select statement is to show an image if the altimeter is set to Standard (29.92). See code below <SimGauge.Element id="STA Button">...
  8. Kebas

    FSX XML Select Expression

    Can't get it to work :confused: The space after == symbol doesn't help. I tried everything, also with the exact setting of 29.91765213 (and without the @Round2 macro), but nothing seems to work. Simply entering 1 1 == works well, so it must be something stupid...
  9. Kebas

    FSX XML Select Expression

    [SOLVED] XML Select Expression with KOHLSMAN SETTING Hi all, I'm having trouble to get a Select Expression working: I have a macro Round2 <SimGauge.Macro id="Macro" Name="Round2"> <MacroValue>d flr s0 - 100 * near 100 / l0 +</MacroValue> </SimGauge.Macro> What I want is check in...
  10. Kebas

    [FSX] XML MouseAreas drives me nuts

    [solved] At least I found it. There can be only ONE overall mouse area. Underneath you must define the other areas. Works great now. Regards, Jacob.
  11. Kebas

    [FSX] XML MouseAreas drives me nuts

    [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...
  12. Kebas

    [FSX] XML for INCR/DECR Altimeter setting

    Hi all, I found this code in an older thread (FS9) but this seems not to work in FSX. <MouseArea id="Decrement"> <FloatPosition>0.000,0.000</FloatPosition> <Size>25,14</Size> <CursorType>DownArrow</CursorType> <MouseClick id="MouseClick">...
  13. Kebas

    [FSX] XML for INCR/DECR Altimeter setting

    Hi Tom, Yes, you are right. But what is the syntax I should use?
  14. Kebas

    [FSX] XML for INCR/DECR Altimeter setting

    Hi all, I have an ALT readout with this script: %((P:Units of measure, enum) 2 == if{ (A:Autopilot altitude lock var, meters) } els{ (A:Autopilot altitude lock var, feet) } 99999 min 0 max)%!05d! Now I'm looking for two mouse events to decrease and increase the digital altimeter...
  15. Kebas

    [FSX] XML Problem with if condition

    Thanks very much Bob! I changed it back to HG and with your macro it works great! Jacob.
  16. Kebas

    [FSX] XML Problem with if condition

    You are so right Bob! Thank you very much for this tip. I changed the setting from HG to MB of both and it works like a charm! Kindly regards, Jacob.
  17. Kebas

    [FSX] XML Problem with if condition

    Neither, the light is always off, so reddot.bmp is never showed. Tried with digits in stead of variables. That works. It seems, that the variables are not evaluated well in flightsim. I'll working on it.
  18. Kebas

    [FSX] XML Problem with if condition

    Sorry, does not work. I tried an example from the default 737-800 gauge: <?xml version="1.0" encoding="UTF-16"?> <SimGauge.Element id="Element"> <FloatPosition>100.000,40.000</FloatPosition> <Image id="dotbg.bmp" Name="dotbg.bmp"> <Transparent>True</Transparent>...
  19. Kebas

    [FSX] XML Problem with if condition

    [SOLVED][FSX] XML Problem with if condition Hi all, I want to make a light gauge, that goes on if the Kohlsman setting not equals the Sea level setting. The problem is that I can't get the if condition working. Here is my partial code: <SimGauge.Element id="Element">...
Back
Top