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

Information Display

Messages
2
Country
us-washington
Hello All,
Long time lurker, first time poster.
I have seen quite a few questions around UI within FS via simconnect, but haven't seen too much in the way of answers.

I am currently using simconnect.text to scroll some information across the screen to the user inside FSX. How can I carve out a little space on the screen to display persistent data? ALA fspassengers?
I'd like to show a small box that displays phase of flight (boarding, taxi, takeoff etc..)
Maybe even have some small buttons to toggle things...

I'm using an external .exe but have added a menu to the fs toolbar. Sound even works in the background. However, I haven't seen any code to display other text than the info bar that pops up on the top of the screen.

Thanks!
Craig.
 
Hello All,
Long time lurker, first time poster.
I have seen quite a few questions around UI within FS via simconnect, but haven't seen too much in the way of answers.

I am currently using simconnect.text to scroll some information across the screen to the user inside FSX. How can I carve out a little space on the screen to display persistent data? ALA fspassengers?
I'd like to show a small box that displays phase of flight (boarding, taxi, takeoff etc..)
Maybe even have some small buttons to toggle things...

I'm using an external .exe but have added a menu to the fs toolbar. Sound even works in the background. However, I haven't seen any code to display other text than the info bar that pops up on the top of the screen.

Thanks!
Craig.

The same way you use Simconnect to put up the scrolling text.
I think you have the option to make it NON-Scrooling, as well as where you put it on the screen, and how long it is to stay on the screen.

I also seem to recall you can get an event when it times out, with would be time to display an update ?

Geoff_D
 
Actually, the simconnect.text only allows three options.
Text at the top of the screen, text scrolling at the top of the screen and a menu which is not flexible enough for any purpose other than a menu.

FS passenger (x) displays a small information panel. Unless I'm missing something, I don't think they are using simconnect.text (they have some small icons in their window).

Is there any other way to accomplish this task without hacking into directx?
 
Back
Top