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.

Pop up panel in VC....clickspot in VC?

Featured Replies

Good morning guysI am new to this and kind of a noob, I did a lot of Reality XP panel upgrades some years ago, so I still have FS Panel Studio.My 2 "challanges" are:1. I like to have a popup in the VC for the Autopilot input and I did this without problem (PSS 777).Is there anyway to fix the popup in the VC-view, so that a viewchange to 2d, spot, tower does not make the popupgo away when I am back in VC view?2. I made a simple clickspot for the popup, in the 2d panel it works perfect, in the VC its not working, I think its a placing problem, what are the requirementsfor a clickspot to work in VC?Thanks everybody to take time to read :-)RegardsDaniel

  • Author

I came across a 3. question what is a xml example of toggle 2 popup with the same clickspot with leftmouse click and rightmouse click?Thanks for any input!Daniel

  • Author

anyone please??? ThanksDaniel

  • Moderator
I came across a 3. question what is a xml example of toggle 2 popup with the same clickspot with leftmouse click and rightmouse click?
For a gauge, use this format:
<Click Kind="Kind="LeftSingle +RightSingle"> 	(M:Event) 'RightSingle' scmp 0 ==  		if{ // your action code goes here! // }	(M:Event) 'LeftSingle' scmp 0 ==  		if{ // your action code goes here! // }</Click>

Here is a working example:

<Click Kind="Kind="LeftSingle +RightSingle"> 	(M:Event) 'RightSingle' scmp 0 ==  		if{ (L:MyVariable,enum) -- -1 max (>L:MyVariable,enum) }	(M:Event) 'LeftSingle' scmp 0 ==  		if{ (L:MyVariable,enum) ++ 1 min (>L:MyVariable,enum) }</Click>

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
  • Author
For a gauge, use this format:
<Click Kind="Kind="LeftSingle +RightSingle"> 	(M:Event) 'RightSingle' scmp 0 ==  		if{ // your action code goes here! // }	(M:Event) 'LeftSingle' scmp 0 ==  		if{ // your action code goes here! // }</Click>

Here is a working example:

<Click Kind="Kind="LeftSingle +RightSingle"> 	(M:Event) 'RightSingle' scmp 0 ==  		if{ (L:MyVariable,enum) -- -1 max (>L:MyVariable,enum) }	(M:Event) 'LeftSingle' scmp 0 ==  		if{ (L:MyVariable,enum) ++ 1 min (>L:MyVariable,enum) }</Click>

Thank you very much, I am going to try this, as soon I have some time at hand.Daniel

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.