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.

arturojgt

Members
  • Joined

  • Last visited

  1. Find me on Discord arturojgt or by email [email protected] probably I can help you with this. I'm using RXP and I have no regrets.
  2. JustFlight PA28 Arrow III R for XP12 (non Turbo) [GNS_530_1.PANEL3D] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1374,604,500,370 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false
  3. It seems that is an XP12 problem when the GTN is rendered over a surface, like AviTab in VR, only work in the pop up window. I will assign a key to show the pop-up window, I can live with that.
  4. Hi. The GTN 750 screen is showed without a problem in the 3D panel and in VR, but when I tried to click over the GTN screen on the panel in VR is not working, only show an arrow and not the hand. If I make the pop-up windows appears, I can click over that pop-up and work perfectly and the changes is showed on the panel too, but I cant click over the screen in the panel. Video: https://youtu.be/rSw3eZTZ7S4 My GTN.ini [GTN] ; comma separated list of gauges gauges = GTN_750_1 [GTN_750_1] ; comma separated list of read only settings. locked = MasterDevice, NavDbType, HardwareDevice, HardwareIdx, LinkCrs, LinkObs, AutoNavGps, UseAudioPanel, UseTransponder, AutoGpsSource, AutoNavSource, AutoSavePln, LinkSimGps, LinkOto, LinkHsi, LinkVor, CopilotSide, AutoCdiSrc, RadiosPair, ComputerTime, CdiScale, GsiScale, UseAirData, UseFuelData, UseRyanTcad, RyanTcadVolume, UseTcadAiCount, UseFailures, VFRmode, VFRcode, PowerSource, OwnshipIcon, FuelType, TawsMode, TawsSurface, TawsMinLength, TawsApprSpeed, TawsFlapSpeed, TawsGearSpeed, ReduceRate, Rheostat.Display, Rheostat.Buttons, VoicePref, MasterVolume, NoAudioFocus, CpuAffinity, AFMS.cdi_key, AFMS.sel_crs_gps, AFMS.sel_crs_vloc, AFMS.v_flag_declutter, AFMS.gps_selected, AFMS.auto_nav_appr, AFMS.airspace_labels, AFMS.mark_on_target, AFMS.rf_procedure_legs, AFMS.vnav_enabled, AFMS.vnav_trans_to_appr, AFMS.vnav_vdi_scale_factor, AFMS.vnav_trans_altitude ; comma separated list of render targets. drawto = WINDOW, PANEL3D ; is the master device if true. MasterDevice = true ; aviation db: 0: nav_db2_grm, 1: nav_db2, 2: nav_heli_db2_grmn, 3: nav_heli_db2 NavDbType = 1 ; connects to: 'PFC_GTN' or any '#PID' (#D067 for PFC_GTN) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 LinkCrs = true LinkObs = true AutoNavGps = false UseAudioPanel = false UseTransponder = false AutoGpsSource = 1 AutoNavSource = 1 AutoSavePln = true LinkSimGps = true UseTcadAiCount = false UseFailures = true VoicePref = MALE [GTN_750_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 0,354,300,354 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; left mouse button on the screen toggles popup window if true (requires SHIFT+left mouse button). popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; display as popout window if true (requires XP11.1). undocked = false ; auto hide in external view if true. autohide = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,354,300,354 [GTN_750_1.PANEL3D] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1220,2047,827,1023 ;frame.rect = 1220,2047,827,1023 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true (requires SHIFT+left mouse button). popleft = false
  5. Hi. The GTN 750 screen is showed without a problem in the 3D panel and in VR, but when I tried to click over the GTN screen on the panel in VR is not working, only show an arrow and not the hand. If I make the pop-up windows appears, I can click over that pop-up and work perfectly and the changes is showed on the panel too, but I cant click over the screen in the panel. My GTN.ini [GTN] ; comma separated list of gauges gauges = GTN_750_1 [GTN_750_1] ; comma separated list of read only settings. locked = MasterDevice, NavDbType, HardwareDevice, HardwareIdx, LinkCrs, LinkObs, AutoNavGps, UseAudioPanel, UseTransponder, AutoGpsSource, AutoNavSource, AutoSavePln, LinkSimGps, LinkOto, LinkHsi, LinkVor, CopilotSide, AutoCdiSrc, RadiosPair, ComputerTime, CdiScale, GsiScale, UseAirData, UseFuelData, UseRyanTcad, RyanTcadVolume, UseTcadAiCount, UseFailures, VFRmode, VFRcode, PowerSource, OwnshipIcon, FuelType, TawsMode, TawsSurface, TawsMinLength, TawsApprSpeed, TawsFlapSpeed, TawsGearSpeed, ReduceRate, Rheostat.Display, Rheostat.Buttons, VoicePref, MasterVolume, NoAudioFocus, CpuAffinity, AFMS.cdi_key, AFMS.sel_crs_gps, AFMS.sel_crs_vloc, AFMS.v_flag_declutter, AFMS.gps_selected, AFMS.auto_nav_appr, AFMS.airspace_labels, AFMS.mark_on_target, AFMS.rf_procedure_legs, AFMS.vnav_enabled, AFMS.vnav_trans_to_appr, AFMS.vnav_vdi_scale_factor, AFMS.vnav_trans_altitude ; comma separated list of render targets. drawto = WINDOW, PANEL3D ; is the master device if true. MasterDevice = true ; aviation db: 0: nav_db2_grm, 1: nav_db2, 2: nav_heli_db2_grmn, 3: nav_heli_db2 NavDbType = 1 ; connects to: 'PFC_GTN' or any '#PID' (#D067 for PFC_GTN) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 LinkCrs = true LinkObs = true AutoNavGps = false UseAudioPanel = false UseTransponder = false AutoGpsSource = 1 AutoNavSource = 1 AutoSavePln = true LinkSimGps = true UseTcadAiCount = false UseFailures = true VoicePref = MALE [GTN_750_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 0,354,300,354 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; left mouse button on the screen toggles popup window if true (requires SHIFT+left mouse button). popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; display as popout window if true (requires XP11.1). undocked = false ; auto hide in external view if true. autohide = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,354,300,354 [GTN_750_1.PANEL3D] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1220,2047,827,1023 ;frame.rect = 1220,2047,827,1023 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true (requires SHIFT+left mouse button). popleft = false
  6. arturojgt started following RXP
  7. JetStream FS SENECA II The only problem that in having is I can't click on the screen in VR but I can do it over the pop-up windows in VR.
  8. VR - GNS530 for AFL 350 [GNS] ; comma separated list of gauges gauges = GNS_530_1, GNS_530_2 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS, PANEL3D ; is the master device if true. MasterDevice = true ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 UseFailures = true UseSimGpsCmds = true PowerSource = AVIONICS_BUS LinkCrs = true LinkObs = true VoicePref = MALE [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 640,467,245,178 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,178.5,245,178.5 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; auto hide in external view if true. autohide = false [GNS_530_1.PANELS] ; display window if true. visible = false ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 0,0,0,0 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_530_1.PANEL3D] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1022,1023,522,382 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false [GNS_530_2] ; comma separated list of render targets. drawto = WINDOW, PANELS, PANEL3D ; is the master device if true. MasterDevice = false ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,178.5,245,178.5 LinkOto = false UseFailures = true UseSimGpsCmds = true PowerSource = AVIONICS_BUS [GNS_530_2.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 640,467,245,178 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,178.5,245,178.5 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; auto hide in external view if true. autohide = false [GNS_530_2.PANELS] ; display window if true. visible = false ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 0,0,0,0 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_530_2.PANEL3D] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1022,630,522,382 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false

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.