adding requirements for RALE
This commit is contained in:
parent
77a0dd139d
commit
2a1f9cbad8
2085
components/TrackerTask.xml
Normal file
2085
components/TrackerTask.xml
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||||
|
|
||||||
|
|
6
components/library/scene.brs
Normal file
6
components/library/scene.brs
Normal 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
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user