cd36ad265a33f4815ad796de968ac6aad73de37b
David Blume Migrate from SDK1 to SceneG...

David Blume authored 5 years ago

1) <?xml version="1.0" encoding="utf-8" ?>
2) <component name="IPTagger" extends="Scene">
3)   <children>
4)     <Label id="title"
5)       text="IP Tagger"
David Blume Minor UI changes

David Blume authored 5 years ago

6)       font = "font:LargeBoldSystemFont"
David Blume Use GetChannelClientId

David Blume authored 5 years ago

7)       width="1160"
David Blume Migrate from SDK1 to SceneG...

David Blume authored 5 years ago

8)       height="100"
9)       horizAlign="right"
10)       vertAlign="top" />
11)     <Label id="updates"
12)       text=""
David Blume Use GetChannelClientId

David Blume authored 5 years ago

13)       width="1160"
David Blume Minor UI changes

David Blume authored 5 years ago

14)       height="450"
David Blume Migrate from SDK1 to SceneG...

David Blume authored 5 years ago

15)       horizAlign="left"
David Blume Minor UI changes

David Blume authored 5 years ago

16)       vertAlign="top"
David Blume Migrate from SDK1 to SceneG...

David Blume authored 5 years ago

17)       wrap="true" />
18)     <Timer
19)       id = "textTimer"
20)       repeat = "true"
21)       duration = "4" />
22)   </children>
23) <script type="text/brightscript" >
24) <![CDATA[
25) 
26)   function init()
27)     m.title = m.top.findNode("title")
28)     m.title.font.size=92
David Blume Minor UI changes

David Blume authored 5 years ago

29)     m.title.color="0x72D7EE20"
David Blume Use GetChannelClientId

David Blume authored 5 years ago

30)     m.title.translation = [60, 40]
David Blume Migrate from SDK1 to SceneG...

David Blume authored 5 years ago

31) 
32)     m.updates = m.top.findNode("updates")
David Blume Minor UI changes

David Blume authored 5 years ago

33)     m.updates.font.size=36
David Blume Migrate from SDK1 to SceneG...

David Blume authored 5 years ago

34)     m.updates.color="0x62EE97FF"
David Blume Add model number to key.

David Blume authored 4 years ago

35)     m.updates.translation = [100, 230]