I'm having the same problem, can someone let me know where I have a typo here? It's my first time ever doing anything like this Main monitor and 2 MFDs:
_ = function(p) return p; end;
name = _('MFD Try');
Description = 'Main Screen and L-R MFDs'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 3440;
height = 1440;
viewDx = 0;
viewDy = 0;
aspect = 3400 / 1440;
}
},
Gui =
{
x = 0;
y = 0;
width = 3440;
height = 1440;
},
LEFT_MFCD =
{
x = 3440;
y = 0;
width = 800;
height = 600;
},
RIGHT_MFCD =
{
x = 4240
y = 0;
width = 800;
height = 600;
},
UIMainView = Gui