Jump to content
Sign in to follow this  
macwino

Can I setup a bezel click to close a GTN popup?

Recommended Posts

I am using the RXP GTN tool to replace my F1 GTN VC gauges in various planes where only the F1 units are supported, such as A2A and Carenado aircraft. I find, however, that I am unable to close a GTN popup window by clicking on the popup's left bezel as I can do with the F1 popups. Is there a way to implement this feature for the RXP popup windows? I have played with some settings in the ini file, but haven't found anything that will work.

Thanks,

Robert

Edited by RXP

Share this post


Link to post
Share on other sites

Hi Robert,

yes you can configure all this in the RealityXP.GTN.ini file. It is very flexible, and sometimes daunting consequently. The basics are documented in the User's Manual. TLDR; a panel can have multiple instances of the same gauge (say popup + VC) and each instance can be specifically configured with a dedicated section in the INI file, referenced by a name of your choosing as the gauge 5th parameter in the gauge##= in the panel.cfg file.

Once you get these basics, it is very easy: the default INI file created the first time you run the GTN in any aircraft also includes a 'default' section which is used by all instances. You can re-use the default section as a template to add your own (copy/paste/rename the section in the ini file).

Once you do, you can configure popleft and popright settings.

NB: there is a known bug in v2.5.10 which prevents the keyboard shortcut dedicated to toggling the popup window from working, this is identified and will be fixed in the next update.

There are a few discussion you can read to further you knowledge of the 'pop' settings:

 

 


Jean-Luc | reality-xp.com
This message from Reality XP is protected by a disclaimer: reality-xp.com/aboutrealityxp/email.html

Let your voice be heard and help us make a difference for you: Vote !
Open up communications with Reality-XP (Microsoft Flight Simulator Forums)

Share this post


Link to post
Share on other sites

Thanks for taking the time to explain this. I was a bit lost. I look forward to implementing it later today.

Robert

Share this post


Link to post
Share on other sites

Just to give you another option..

I can identify with the temptation to try to close the GTN popup window by clicking on the lower left frame... some of us have done this for years...

So, even though it might be better to switch to some other way, as explained in the previous post, here is what you can do to make it work..

1. Add a Toggle clickspot to the frame (edit the panel.cfg file with Notepad)

Example:

[Window01]
Background_color=0,0,0
size_mm=937,887
ident=14401
position=8
window_size= 0.340, 0.600
zorder=99
gauge00=rxpGTN!GTN_750_1, 0, 0,937,887
gauge01=MyFolder!ToggleGTN,0,487,60,400

2. Create a ToggleGTN.xml file

Again, using Notepad, create and save the following text as a ToggleGTN.xml file

<Gauge Name="ToggleGTN" Version="1.0">
   <Image Name="Blank.bmp"/>
      <Mouse>
       <Area Left="0" Top="0" Width="30" Height="30">
        <Cursor Type="Hand" />
        <Click>14401 (>K:PANEL_ID_TOGGLE) </Click>
       </Area>
   </Mouse>
</Gauge>

3. Create a little bmp file with all black content, and call it Blank.bmp

You can search for "Iconpanel_Background.bmp" on your computer and use a copy. It is just what you need.

4. Create a folder as a subfolder to the panel folder and call it MyFolder

5. Drop the xml file and the bmp file into this folder

That is it!  :smile:

BTW, the names MyFolder, ToggleGTN, and Blank are arbitrary.. use whatever names you like.  Just be consistent.

HO-HO-HO and Merry Christmas!

:cool:

 

 

Edited by Bert Pieke
  • Like 1
  • Upvote 1

Bert

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...