jf-roku/components/JFMessageDialog.xml

25 lines
876 B
XML
Raw Normal View History

2019-10-13 19:33:14 +00:00
<?xml version="1.0" encoding="utf-8" ?>
2020-03-04 02:46:26 +00:00
<component name="JFMessageDialog" extends="JFGroup">
<children>
<Poster
id="dialogBackground"
uri="pkg:/images/dialog.9.png"
blendColor="#000000"
translation="[0, 0]"
/>
2020-03-04 02:53:44 +00:00
<Label id="messageText" horizAlign="center" wrap="true" />
<LabelList id="optionList" vertFocusAnimationStyle="floatingFocus" textHorizAlign="center">
2020-03-04 02:46:26 +00:00
<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>
2019-10-13 19:33:14 +00:00
<script type="text/brightscript" uri="JFMessageDialog.brs" />
</component>