Welcome

The toolbar generator is a small windows desktop application running on .net 5 which lets you create named toolbar templates to be further used to display content from an external (outside the simulator) source in an iframe.

Requirements

Installation

After downloading and extracting the application, from the link above or via the repository releases pages, you should have the following:

You can copy those wherever you want.

Generate a toolbar

Image of the Generator

Template folder: Select the folder from the extracted ZIP named “Template”

Workspace folder: Any empty folder will do for now

Package tool: Select the package tool from the MSFS SDK (in tools/bin)

Toolbar name: The Name of the toolbar. Please do not use “Space” or any special character for now ;-)

Create: Copies the template files to the workspace folder and renames them

Packagetool parameters: After “Create” this field will show the parameters used to call the package tool to build the toolbar. You may correct them now, but at your own responsibility!

Pack: Calls the package tool, waits for it to compile, copies the build artifacts to their respective places and creates a layout.json file

The “Pack” may take a while as the package tool does some magic in the background. You are good as long as the application does not close. The operation is finished when the progress bar disapears.

Finally you need to tell the toolbar the URL to the content it should display.

If you are not sure if the URL you choose works in the simulator, you might create a simple local html page with an iframe and test it in your browser beforehand.

Keep in mind that only simple sites currently work within the sim. So dont try to add netflix ;-)

Use it in the simulator

Just copy the whole workspace directory into your community folder and name it accordingly.

Troubleshooting

Why is my toolbar not in the sim:

Why does my toolbar does not show the content I set it up for?

The application suddenly closes!

Future versions (maybe) include: