jf-roku/components/JFMessageDialog.xml
2020-03-03 18:46:26 -08:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFMessageDialog" extends="JFGroup">
<children>
<Poster
id="dialogBackground"
width="800"
height="500"
uri="pkg:/images/dialog.9.png"
blendColor="#000000"
translation="[0, 0]"
/>
<Label id="messageText" width="720" horizAlign="center" wrap="true" />
<LabelList id="optionList" itemSize="[650,80]" vertFocusAnimationStyle="floatingFocus" focusBitmapBlendColor="0x0cb0e8" color="0xffffff" focusedColor="0xffffff" textHorizAlign="center" itemSpacing="[0,20]" translation="[40,200]">
<ContentNode id = "content" role = "content"></ContentNode>
</LabelList>
</children>
<interface>
<field id="id" type="string" />
<field id="message" type="string" onChange="updateMessage" />
<field id="options" type="array" onChange="updateOptions" />
<field id="fontHeight" type="integer" />
<field id="fontWidth" type="integer" />
</interface>
<script type="text/brightscript" uri="JFMessageDialog.brs" />
</component>