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.

ddawson

Members
  • Joined

  • Last visited

Solutions

  1. ddawson's post in Simconnect example requested - sending data to FSX was marked as the answer   
    Dai,
     
    Source code for my fuel dump gauge is here:
    www.douglassdawson.ca
     
    Doug
     
    Edit:
    I put the source code for the battery charger here:
    www.douglassdawson.ca/files/dsd_battery_charger_sourcecode.zip
  2. ddawson's post in GDI+ ESP Samples was marked as the answer   
    Dai,
     
    A while ago, I put the in-process sample here:
    www.douglassdawson.ca/files/ESPIn-processDLLadd-on.zip
     
    I have the GDI+ sample as well, I will post it or e-mail it once I get home this evening.
     
    Doug
     
    Edit:
    www.douglassdawson.ca/files/ESPDrawing GaugesUsingGDI+.zip
  3. ddawson's post in Warning: macro redefinition was marked as the answer   
    You need to #undef the macros after each sub-gauge:
     
    #define     GAUGE_NAME          "cpc\0"
    #define     GAUGEHDR_VAR_NAME   gaugehdr_cpc
    #define     GAUGE_W             20

    #include "flighteng\dfd_cpc.cpp"
     
    #undef     GAUGE_NAME
    #undef     GAUGEHDR_VAR_NAME
    #undef     GAUGE_W   //for completeness only, seeing as you're using the same value again

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.