Forum Discussion
groman00
10 years agoVisitor
Also, if I add the attributes directly to the xml, I'll get an error.
=================================================================
Error creating XML component SimpleRowListScene
-- Error setting the "failedBitmapUri" field of a "RowList" node
-- Error found at line 18 of file pkg:/components/SimpleRowListScene.xml
=================================================================
=================================================================
Error creating XML component SimpleRowListScene
-- Error setting the "failedBitmapUri" field of a "RowList" node
-- Error found at line 18 of file pkg:/components/SimpleRowListScene.xml
=================================================================
<?xml version="1.0" encoding="utf-8" ?>
<component name="SimpleRowListScene" extends="Scene" >
<script type="text/brightscript" >
<![CDATA[
function init()
m.theRowList = m.top.FindNode("theRowList")
m.theRowList.SetFocus(true)
end function
]]>
</script>
<children>
<SimpleRowList
id="theRowList"
translation="[50,50]"
failedBitmapUri="pkg:/images/MainMenu_Icon_Side_SD43.png"/>
</children>
</component>
Related Content
- 2 years ago
- 6 months ago
- 10 years ago
- 2 years ago