In-Game Panels

Hi just started to look into crating my own custom In game panel I started with an example for MSFS2020 bud after trying to build it using MSFS2024 it would complete. So together with AI and documentation i got it to build and load into the toolbar bud fail to display anything except a color set via Debugger. This is also always full screen.

Now the question can someone pls point me into the right direction. I want eventually that the app can be displayed and would be nice to use the default UI elements of MSFS. all i see in the SDK documentation is instrument panel documentation.
Also would be nice to get hot reload working so I don’t have to quit the sim fully to build again and copy to community folder.

I still don’t have it working as a standalone panel but now working within the EFB using the template it is working Maybe after i get most of that functionality i will try it again.

I cant get buttons to work I now have to buttons on top and all other buttons don’t work also Now when i build i get 0 changes that i make to the files.

and also WHERE is the documentation for all this it has been 6years and still 0 documentation for panel apps and 1 year efb without documentation

The EFB is documented? Electronic Flight Bag API

There’s also a sample shipped with the SDK: EFB Template Sample

Not all the APIs might be intended for 3rd party use, so I wouldn’t expect documentation for everything.

thx it helped me to find a way to make it render a Iframe witch in turn renders my app. This makes all problems with the button away.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.