January 31, 201016 yr 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
January 31, 201016 yr 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
February 7, 201016 yr 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
February 10, 201016 yr 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