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.

Switches & knobs question

Featured Replies

Hi. Could someone kindly advise: how do you make a switch or knob (e.g. an altitude select knob) keep turning as long as the cursor is over it and the left mouse button is held down, rather than only moving up a notch every time the mouse button is clicked?Thank you for any help,Martin

Martin Stebbing, EGLF (UK)

Hi. Could someone kindly advise: how do you make a switch or knob (e.g. an altitude select knob) keep turning as long as the cursor is over it and the left mouse button is held down, rather than only moving up a notch every time the mouse button is clicked?Thank you for any help,Martin
Here is the code from a sperry_177 atopilot I've been working on for a bit.<Gauge Name="Auto_Altitude_Sel_Knob_MCP" Version="1.0"> <Image Name="Auto_hdg_Sel_MCP.bmp" Luminous="Yes"/> <Mouse> <Help ID="HELPID_AUTOPILOT_ALTITUDE_HOLD"/> <Tooltip ID="TOOLTIPTEXT_AUTOPILOT_ALTITUDE_INDICATOR_FEET" MetricID="TOOLTIPTEXT_AUTOPILOT_ALTITUDE_INDICATOR_METERS"/> <Area Left="3" Top="2" Right="25" Bottom="23"> <Area Right="11"> <Click Event="AP_ALT_VAR_DEC" Repeat="Yes"/> <Cursor Type="DownArrow"/> </Area> <Area Left="11"> <Click Event="AP_ALT_VAR_INC" Repeat="Yes"/> <Cursor Type="UpArrow"/> </Area> </Area> </Mouse></Gauge>Douglas
  • Author

Thanks both - I'll try this out. I just couldn't find the right syntax..Martin

Martin Stebbing, EGLF (UK)

Create an account or sign in to comment

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.