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.

Right Click, Left Click

Featured Replies

Can xml differentiate between a left button and a right button mouse click?

  • Author

Hi,Yes it can:Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Many thanks, Jan!!

When I use , rather than the intended right button gauge click, I get the Windows "Close Window" message.How do I override the "Close Window" message?Additionally, I would like the cursor to be a Hand with a "+" or "-" sign next to the index finger. What are the names for these cursors?Thanks...

>When I use , rather than the>intended right button gauge click, I get the Windows "Close>Window" message.Beware that mouse events are case sensitive: LeftSingle; RightSingle; LeftDrag; etc.Also you have to test whether the event is being fired using a sintax like this: (M:Event) 'RightSingle' scmp 0 == if{ ..do what you want to .. }>Additionally, I would like the cursor to be a Hand with a "+">or "-" sign next to the index finger. What are the names for>these cursors?> for "+" sign for "-" signTom

  • Author

Hi,Here is an example, one of my functioning clicks:"Anything you want"( or or }(M:Event) 'LeftSingle' scmp 0 == if{ (L:test,number) 1 - 0 max (>L:test,number) (L:fmc ped,bool) ! if{ 1 (>L:fmc ped,bool) } }(M:Event) 'RightSingle' scmp 0 == if{ (L:test,number) 1 + 10 min (>L:test,number) (L:fmc ped,bool) if{ 0 (>L:fmc ped,bool) } }When you "rightclick" outside the defined area things go wrong!Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

>> Yeah, those are the right ones! I was focused on the and didn't notice to change it for :-hmmm Tom

  • Author

Yom,Totally different question:The AP ATT HOLD function.When does it works?Do you have to set yawdamper and autocoord off or must the acft.cfg default pitch and bank etc. be changed?When i put att hold on, it goes immediatly off.Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Jan,I've never used AP ATT HOLD function so far, so I don't know how it behaves, sorry. :-( Tom

  • Author

Tom,I 'll make it a new item..Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

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.