<< Click to Display Table of Contents >> Navigation: Setup and Technical > Presets |
In the same way as they are created in Compere, Marquee Presets are a store for reusable arrangements of windows, with their size, locations and groupings. Their properties are held in the Marquee project: \Plugins\JugglerPlugin\Presets.xml. When a preset is selected, it replaces whatever arrangement is on the canvas.
The format is (line breaks for clarity):
<Presets>
<Preset Name="Demo">
<Window WindowId="0" XPosition="1689" YPosition="511" Width="5597" Height="3148"
GroupId="-1" GroupColumns="0" GroupRows="0" GroupWindowIndex="0" />
<Window WindowId="1" XPosition="10224" YPosition="768" Width="3840" Height="2160"
GroupId="1" GroupColumns="2" GroupRows="1" GroupWindowIndex="0" />
<Window WindowId="2" XPosition="14064" YPosition="768" Width="3840" Height="2160"
GroupId="1" GroupColumns="2" GroupRows="1" GroupWindowIndex="1" />
</Preset>
</Presets>
A single window has zero GroupColumns and GroupRows. (Its Id is -1 because 0 would infer a group in base 0.)
Each Window in a Group is described separately, so above, WindowId 1 and 2 each belong in WindowGroupID=”1”.
WindowId is base zero, so WindowId=”3” refers to window_04 in Manager.