Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

Newbie got installation/ simconnect issue

Hello All !
I'm trying to add the required line to the simconnect scrip, but for some reason no success.
After saving the modified file as dll.xml I click on it and get a blank url screen.
Attaching the XML file
Any idea ?

Thanks  in advance

....and yes ... do still need the GoFlight original software to run after successfully installing the 'Tools" ????    


Answers

  • edited November -1
    Hi,

    It looks like you have used an editor that saves the documents in html format. It has inserted the following code at the top of the document which needs to be removed (use notepad.exe to edit the document and you will be ok):

    @namespace html url(http://www.w3.org/1999/xhtml); :root {                       font:small Verdana;        font-weight: bold;         padding: 2em;              padding-left:4em;       }                          * {                           display: block;            padding-left: 2em;      }                          html|style {                  display: none;          }                          html|span, html|a {           display: inline;           padding: 0;                font-weight: normal;       text-decoration: none;  }                          html|span.block {             display: block;         }                          *[html|hidden],            span.block[html|hidden] {     display: none;          }                          .expand {                     display: block;         }                          .expand:before {              content: '+';              color: red;                position: absolute;        left: -1em;             }  .collapse {                   display: block;         }                          .collapse:before {            content: '-';              color: red;                position: absolute;        left:-1em;              }

    Best wishes
    Steve
Sign In or Register to comment.