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.

Left-Right Click help for xml gauge

Featured Replies

Hello all ,Who could tell me what's wrong with this code.Trying to increase/decrease course with left right click but it doesn't work.See the hand cursor on the gauge but there's no effectThks by advance(M:Event) 'LeftSingle' scmp 0 == if{ (>K:VOR1_OBI_DEC)} els {(M:event) 'RightSingle' scmp 0 ==if {(>K:VOR1_OBI_INC)}}

  • Author
  • Moderator

The "els" is incorrect. You really need two mouse events like this:(M:Event) 'RightSingle' scmp 0 == if{ (>K:VOR1_OBI_DEC) } (M:Event) 'LeftSingle' scmp 0 == if{ (>K:VOR1_OBI_INC) }Aside from that, you MUST be sure to put NO SPACE between the if and the "curly brace," and leave one space AFTER the brace, i.e.,if{ leave_space_at_each_end }

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

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.