Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Toggle ingame panels

Featured Replies

Hi, 

I’m trying to toggle ingame toolbar panels, but the AAO_TOGGLE_PANEL command doesn’t show up in my lvars list. The other AAO panel lvars are listed. Is this still a valid script? 

 

Open and close other ingame panels 

You can toggle other ingame panels (ATC, Weather, GSX, GTN750 etc.) using the following RPN script code: 'PANEL_ATC'·(>L:AAO_TOGGLE_PANEL,·String)

The panel ID at the beginning can be found in the panels' html file. Those are usually located inside their addon packages in the path "/html_ui/InGamePanels". Or use Notepad++ to search for "panel-id" in all *.html files in the /Packages folder of MSFS.

  • Commercial Member
4 hours ago, scottike said:

Is this still a valid script? 

Yes

4 hours ago, scottike said:

the AAO_TOGGLE_PANEL command doesn’t show up in my lvars list.

It doesn't have to. You can just type in/copy and paste the code into the RPN editor.

AAO doesn't have to know variable or event names in advance, you can always just type them into a script (no matter where you got the name from).

Edited by Lorby_SI

LORBY-SI

  • Author

Thanks, so here's the panel ID I am trying to toggle:

\AppData\Roaming\Microsoft Flight Simulator\Packages\Community\bushtalkradio-client\html_ui\InGamePanels\BushtalkClient\CustomPanel.html (1 hit)
    Line 30:         panel-id="BUSHTALK_CUSTOM_PANEL"

Here's my script:

'BUSHTALK_CUSTOM_PANEL'·(>L:AAO_TOGGLE_PANEL,·String)

However, the panel doesn't toggle when I activate the command. I'm using V4.10 b51. Is there an error in my command?

 

Edited by scottike

  • Commercial Member
1 hour ago, scottike said:

Is there an error in my command?

Maybe the panel just doesn't want to toggle, that is always possible.

Be mindful that for this to work the AAO InGame Panel has to be active (can be hidden though).

LORBY-SI

  • Author

The active AAO InGame Panel requirement was the problem. Thaks!

  • 3 weeks later...

Hi,

could you specify which ingame panel has to be installed for the "(>L:AAO_TOGGLE_PANEL, String)" command to work? I found the ATC ingame panel on the downloads page and installed that, but that didn't seem to work. Is there another ingame panel I'm missing?

  • Commercial Member
2 hours ago, mattbaker said:

Hi,

could you specify which ingame panel has to be installed for the "(>L:AAO_TOGGLE_PANEL, String)" command to work? I found the ATC ingame panel on the downloads page and installed that, but that didn't seem to work. Is there another ingame panel I'm missing?

The AAO InGame Panel is installed automatically when you install AAO. It should be in your Community folder, and selectable in the MSFS Tool bar settings.

There is a chapter about it in the AAO manual.

Edited by Lorby_SI

LORBY-SI

Ah yes, sorry. Works nicely now, thank you!

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.