721eddd864
And rename badly names variable
15 lines
543 B
XML
15 lines
543 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="TVShows" extends="JFGroup">
|
|
<children>
|
|
<ItemGrid id="picker" visible="true" itemsPerRow="10" />
|
|
<OptionsSlider id="options" />
|
|
<Rectangle translation="[0,981]" width="1920" height="100" color="#101010" />
|
|
</children>
|
|
<interface>
|
|
<field id="seriesSelected" alias="picker.itemSelected" />
|
|
<field id="objects" alias="picker.objects" />
|
|
<field id="pageNumber" type="integer" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="scene.brs" />
|
|
</component>
|