Jump to content
The simFlight Network Forums

mroschk

Members
  • Posts

    179
  • Joined

  • Last visited

Posts posted by mroschk

  1. Hello,

    view Days ago i chnged from SharpDevelop to VS2017.

    That is my first NugetPackage i installed. Hope i did all right, but for the Moment i get no error when i try to compile the Programm with 

    FSUIPCConnection.WriteLVar(Name, NewValue)

    No i will try to see if it works.

    Thanks for the moment, i will come back 🙂

    Matthias

  2. Hello,

     

    thanks for the Answer.
    I understand..it is not working with FSUIPC at the Moment.

    But it Sounds very good that you think about including it.

    I see two way's here:
    1. A Special class which the user can add Offsets to Monitor. This class provides the eventhandler like in c#:
    https://msdn.microsoft.com/de-de/library/system.eventhandler(v=vs.110).aspx

    2. I dont know if it is possible, but it is the best way i think.
    If it is possible use the FSX or P3D to Trigger the update of an Offset. Then the user can just look at it and just do it like in a c# Event like:

    private Offset<int> airspeed = new Offset<int>(0x02BC);
    airspeedonChange()....

    That second way would be great!

    Matthias

  3. by the Way...attached is a Picture of all files in the Modules Directory.

    In the File "FSUIPC4 User Guide.pdf" page 44 i found the attached second Picture.

    There should be a list of all Keys in the Advanced user Guide.pdf page 81
    I have just a file called "FSUIPC4 for Advanced Users.pdf", but this has only 62 Pages and also nothing about keys.

     

    It seams not so easy as you describe

    Unbenannt_1.JPG

    Unbenannt.JPG

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.