jf-roku/components/JFMessageDialog.xml
2020-03-03 18:53:44 -08:00

25 lines
876 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFMessageDialog" extends="JFGroup">
<children>
<Poster
id="dialogBackground"
uri="pkg:/images/dialog.9.png"
blendColor="#000000"
translation="[0, 0]"
/>
<Label id="messageText" horizAlign="center" wrap="true" />
<LabelList id="optionList" vertFocusAnimationStyle="floatingFocus" textHorizAlign="center">
<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>