• 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.

javascript

  1. A

    Need Help With In-Game Panels

    Hello All, Just joined and happy to be here! I was hoping someone may be able to help me with a question about opening a browser OUTSIDE the sim by clicking a button in an in-game panel. I have created an application that you can put in an ICAO code and it will open a tab and bring the user to...
  2. Cheyenne

    MSFS20 Object creation via SimConnect, wasm & GPS tracking map

    Hello everyone, I’m working on a project within "MSFS 2020" where the goal is to allow users to create an object (here I try to create a firetruck) at specific locations on the map by clicking on it. The project consists of two main components: a **JavaScript front-end** that manages map...
  3. S

    [FILLED] Seeking JS / WASM Help

    Hi, We are seeking the help of someone to create a very simple MSFS InGamePanel (JavaScript) and WASM (C++) module. Nothing complex, just need the InGamePanel to have some on/off toggles that will enable and disable an associated LVAR (through the WASM module). Please send me a direct message...
  4. Keven Menard

    MSFS20 Toolbar Javascript Interoperability

    Good day all, A lot of us want to run javascript in a general fashion without running on aircraft avionics. One of the ways of doing this is running code in the toolbar by overriding Toolbar.html/.js files. This prevents multiple addons from doing the same simultaneously. We have worked on a...
  5. M

    SDK Help in creating an app in Js for vCockpit tools

    Hello all friends. this is my first time to post on the forum and I hope I am not doing anything wrong. I am starting to develop an app that will need to fit inside an airplane ipad. I followed the guide on how to create and insert a demo and everything works. Now comes my problem. i add a...
  6. virtuali

    ChatGPT and MSFS developement

    Surely you must all heard of ChatGPT, which has taken the internet by storm in a very short time. I found it very useful to help coding, so I tried asking this question: function showText( msg, timeout, posXRel = 40, posYRel = 40 ) { Coherent.trigger("SHOW_TOOLTIP", 0, msg, posXRel...
  7. G

    Nearest airport charset

    Hello everyone, I am working on an avionics with read access to nearby airports with javascript. I have had problems with the character set when getting the name of the airport (ident), the problem is that it does not show characters like the letter "ñ" or characters with accents. To get the...
  8. E

    MSFS20 Understanding Virtual File System

    I develop gauges in Javascript. As I came through a strange bug, I used the debugger to place breakpoints here and there. I happened to look into NavSystem.js, a source file provided by Asobo and when I saw it in the debugger, I realized the one I was using was not the original source file...
  9. conver

    HTML5 JS gauge P3Dv5 VC display

    Hello! Anyone has an idea how to display HTML gauge on Virtual Cockpit using panel.cfg ? How to make specific entry for this in [VcockpitXX] section to call it ? For 2D [WindowXX] is not a problem, html gauge shows normally... SDK says this: Add the HTML_FILE property (file name with...
  10. T

    MSFS20 Panel for MSFS

    Hi people, I'm Antonio and I trying create a panel for an aircraft in Microsoft Flight Simulator. But, I can only make the Heading Indicator. How make altimeter, for example?
  11. E

    MSFS20 Flashing light or label

    I am working on a gauge developed in JavaScript. I now need to have a flashing label and I don't know how to do this... I used to work in C++ in the past (fs9/FSX/P3D) and I was using the ELPASED_SECONDS variable that was increased every 1/18 second. It was easy, I just had to use this timer to...
  12. ronh

    MSFS20 Explain js/css/html and xml and gltf/bin and wasm relationships - Unofficial SDK ver 0.13 info

    Can someone explain the relationship between all the new file types and how they relate to each other and what they are used for/do in an aircraft project? TLDR: What I am looking for is more information on how the js/css/html/coherent panel.xml and panel.cfg work together, and I've looked at...
  13. conver

    HTML5 + JavaScript VarGet/VarSet or LUA

    Hello guys. As you know P3D v5.1 is now supporting HTML5 with JavaScript just like MSFS2020 I want to try to write and read value from some L var just like an example, but SDK doesn't help much So below is basic HTML setup for gauge. Does anyone know syntax to use functions VarGet and VarSet...
Back
Top