Jump to content

polvellinen

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by polvellinen

  1. Hello, I've successfully exported MFCDs to my another monitor, but I have problems in exporting other instruments like DIGITALCLOCK, RWR etc. You can see my .lua below. DIGITALCLOCK is exported to my another monitor but it's not in the position it should be (it's on the top left corner) and other instruments are not exported at all. What could be the problem? I have followed Gadroc's A-10C Single Touch Screen guide: http://www.gadrocsworkshop.com/node/13. _ = function(p) return p; end; name = _('Big Screen'); Description = 'Left and Right MFCD positioned under Helios.' Viewports = { Center = { x = 0; y = 1080; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 1.7777777777778; } } UHFREPEATER = { x = 0 + 649 + 16; y = 0 + 670 + 24; width = 104; height = 68; } CMSC = { x = 0 + 789; y = 0 + 100; width = 339; height = 168; } CMSP = { x = 0 + 1126 + 21; y = 0 + 50 + 686; width = 309; height = 192; } RWR = { x = 0 + 505; y = 0 + 102; width = 280; height = 280; } DIGITALCLOCK = { x = 0 + 520; y = 0 + 830; width = 110; height = 110; } LEFT_MFCD = { x = 0 + 65; y = 0 + 62; width = 375; height = 375; } RIGHT_MFCD = { x = 0 + 1485; y = 0 + 62; width = 375; height = 375; } UIMainView = Viewports.Center
×
×
  • Create New...