David Blume's GitList
Repositories
dxb_channel.git
Code
Commits
Branches
Tags
Search
Tree:
d59576a
Branches
Tags
main
dxb_channel.git
components
dxb.xml
Add test support for DIAL; add MA-TLS request.
David Blume
commited
d59576a
at 2020-03-12 12:43:21
dxb.xml
Blame
History
Raw
<?xml version="1.0" encoding="utf-8" ?> <component name="dxb" extends="Scene"> <children> <Label id="title" text="dxb" font = "font:LargeBoldSystemFont" width="1000" height="100" translation = "[860, 40]" horizAlign="right" vertAlign="top" /> <Rectangle id="updates_title_rect" width="900" height="51" translation = "[50,40]" color = "0x20600040" > <Label id="updates_title" text="" font = "font:SmallBoldSystemFont" width="880" height="40" translation = "[10,10]" horizAlign="left" vertAlign="top" wrap="true" /> </Rectangle> <Rectangle id="updates_rect" width="900" height="440" translation = "[50,90]" color = "0x00800040" > <Label id="updates" text="" width="880" height="420" translation = "[10,10]" horizAlign="left" vertAlign="top" wrap="true" /> </Rectangle> <Rectangle id="updates_lower_title_rect" width="900" height="50" translation = "[50,540]" color = "0x40203040" > <Label id="updates_lower_title" text="updates_lower_title text" font = "font:SmallBoldSystemFont" width="880" height="40" translation = "[10,10]" horizAlign="left" vertAlign="top" wrap="true" /> </Rectangle> <Rectangle id="updates_lower_rect" width="900" height="440" translation = "[50,590]" color = "0x60202040" > <Label id="updates_lower" text="updates_lower text" width="880" height="420" translation = "[10,10]" horizAlign="left" vertAlign="top" wrap="true" /> </Rectangle> <Rectangle id="updates_right_title_rect" width="900" height="51" translation = "[960,40]" color = "0x20004040" > <Label id="updates_right_title" text="" font = "font:SmallBoldSystemFont" width="880" height="40" translation = "[10,10]" horizAlign="left" vertAlign="top" wrap="true" /> </Rectangle> <Rectangle id="updates_right_rect" width="900" height="940" translation = "[960,90]" color = "0x00002040" > <Label id="updates_right" width="880" height="920" translation = "[10,10]" horizAlign="left" vertAlign="top" wrap="true" /> </Rectangle> <Label id="merch" text="Source code and more at dblu.me/dxb" width="810" height="50" translation = "[970,990]" horizAlign="right" vertAlign="top" color = "0x52C7F880" wrap="true" /> <Poster id="qr" uri="pkg:/images/qr_87.png" width="60.0" height="60.0" blendColor="0x60C0FFE0" translation="[1790,960]" /> <Timer id = "textTimer" repeat = "true" duration = "4" /> </children> <interface> <field id="pucidHash" type="string" /> </interface> <script type="text/brightscript" uri="pkg:/components/dxb.brs" /> </component>