Jump to content

Possible bug with Right MFD/MDI


Recommended Posts

The Right MDI on the F18 will not display on second screen. Tried F15 and the same. Just shows blank. Left MDI and AMPCD will display properly no matter how placed including only if individually in script. Right just shows blank. Can someone check and see if they get the same? Latest open beta.

 

_ = function(p) return p; end;

name = _('HillbillyBeer');

Description = 'One monitor configuration'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1920/1080;

}

}

 

UIMainView = Viewports.Center

 

 

--/////////////////

-- COMMON MFCD-LEFT 1366 x 768

--/////////////////

 

LEFT_MFCD =

{

x = 1920;

y = 0;

width = 709;

height = 768;

}

 

--/////////////////

-- COMMON MFCD-CENTER

--/////////////////

 

CENTER_MFCD =

{

x = 2630;

y = 415;

width = 327;

height = 353;

}

 

--/////////////////

-- COMMON MFCD-RIGHT

--/////////////////

 

RIGHT_MFCD =

{

x = 2957;

y = 415;

width = 327;

height = 353;

}

R5 2600 @4.2 GHZ, 16GB ram @ 3133, 1060 6GB at 2100 and 4400 970 Evo, TM16000M FCS Flight Pack and old eyes. Just an old Hillbilly that does what he wants when he wants...if I can get out of bed!

Link to comment
Share on other sites

Got it sorted. MDI_right_int.lua had the 2 calls inappropriately commented out. Don't have a clue how it happened though.

 

--ViewportHandling

--dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")

update_screenspace_diplacement(1, true, 0)

--try_find_assigned_viewport("RIGHT_MFCD")

R5 2600 @4.2 GHZ, 16GB ram @ 3133, 1060 6GB at 2100 and 4400 970 Evo, TM16000M FCS Flight Pack and old eyes. Just an old Hillbilly that does what he wants when he wants...if I can get out of bed!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...