adding requirements for RALE

This commit is contained in:
Matthew Crowson 2019-05-03 10:01:46 -04:00
parent 77a0dd139d
commit 2a1f9cbad8
4 changed files with 2093 additions and 1 deletions

2085
components/TrackerTask.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
sub init() sub init()
m.top.backgroundColor = "#000b35ff" m.top.backgroundColor = "#000b35ff"
m.top.backgroundURI = "" m.top.backgroundURI = ""
m.tracker=m.top.createChild("TrackerTask")
m.top.setFocus(true) m.top.setFocus(true)
end sub end sub

View File

@ -0,0 +1,6 @@
sub init()
m.top.backgroundColor = "#000b35ff"
m.top.backgroundURI = ""
m.tracker=m.top.createChild("TrackerTask")
m.top.setFocus(true)
end sub

View File

@ -12,4 +12,5 @@
<field id="libraries" alias="LibrarySelect.libList" /> <field id="libraries" alias="LibrarySelect.libList" />
<field id="librarySelected" alias="LibrarySelect.itemSelected" /> <field id="librarySelected" alias="LibrarySelect.itemSelected" />
</interface> </interface>
<script type="text/brightscript" uri="scene.brs"/>
</component> </component>