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

Control does not support transparent back ground colors

Messages
108
Country
us-pennsylvania
I receive the error in photo-1 every time I Load ADE. The transparent opening progress bar is at the Display point when the error comes up. If I click on OK on the error box the main page opens as a locked to front window. From there a variety of bad things occur which are a result but probably not relevant to the cause. No other airport desing program was involved. I used ADE over a period of two days on the project. There are several transparent polygons in the project.

I cleared the log and started ADE 1.30, it failed, and the attached log is from that event.

ADE check report also attached.
 

Attachments

  • ade_200806.txt
    ade_200806.txt
    1.9 KB · Views: 639
  • CaptureWiz019.jpg
    CaptureWiz019.jpg
    6.1 KB · Views: 613
Last edited:
Dick

OK this is a bug with an easy work around. Somewhere along the line you have made the background color for ADE partially transparent. This is causing the crash and I have replicated it. Apparently you are the first person that has done this - knowingly or otherwise :)

To fix it open the colors.dat file in Notepad. The first line is called ADE_DISPLAY_BACKGROUND. Make sure that the first number is 255. Save it and run ADE again - you should be fine. I will add some code to stop users changing the transparency of this setting
 
WORKED. No idea how that was changed but given the loose controls in Windows almost anything could have done it.

Pert of the original color DAT was:

ADE_DISPLAY_BACKGROUND,51,235,255,219
ADE_SELECTED_ITEM,205,255,202,0
ADE_LOCKED_ITEM,200,255,153,151
LINK_CLOSED,255,255,0,0
LINK_PARKING,255,0,255,0
LINK_PATH,252,0,255,0

Thanks,
Dick near Pittsburgh, PA.

PS: Luis Sa seems to have drifted away from Sbuilder so glad to see you are developing in a similar direction...
 
Another small mystery of life :) I will add the code to make sure that background color cannot have a transparency set other than 255
 
Back
Top