Normal
Hi.I really can't get it to work the way I want...If I define the property inside main basichome.xml it's working. But this is not the way I need it to work. I can't understand why this single property can not be imported... All other properties are working as epected...[CODE] <define property="true">#menu0.back:Animations\BasicHome\mytv.jpg</define> <define property="true">#menu0.label:Fernsehen</define> <define property="true">#menu0.buttonlabel:Fernsehen</define> <define property="true">#menu0.link:1</define>[/CODE]#menu0.back, #menu0.label and #menu0.buttonlabel are working like a charm used in this control:[CODE]<control> <description>Menu 0 button</description> <type>button</type> <id>2</id> <font>font12</font> <textXOff>0</textXOff> <textYOff>0</textYOff> <width>230</width> <textalign>center</textalign> <hyperlink>#menu0.link</hyperlink> <textureNoFocus></textureNoFocus> <textureFocus>empty.png</textureFocus> <label>#menu0.buttonlabel</label> <onleft>260</onleft> <onright>210</onright> <onup>202</onup> <ondown>1111</ondown> <textcolorNoFocus>FFE9967A</textcolorNoFocus></control>[/CODE] Why did #menu0.link leads MP to crash????
Hi.
I really can't get it to work the way I want...
If I define the property inside main basichome.xml it's working. But this is not the way I need it to work. I can't understand why this single property can not be imported... All other properties are working as epected...
[CODE] <define property="true">#menu0.back:Animations\BasicHome\mytv.jpg</define>
<define property="true">#menu0.label:Fernsehen</define>
<define property="true">#menu0.buttonlabel:Fernsehen</define>
<define property="true">#menu0.link:1</define>
[/CODE]
#menu0.back, #menu0.label and #menu0.buttonlabel are working like a charm used in this control:
[CODE]<control>
<description>Menu 0 button</description>
<type>button</type>
<id>2</id>
<font>font12</font>
<textXOff>0</textXOff>
<textYOff>0</textYOff>
<width>230</width>
<textalign>center</textalign>
<hyperlink>#menu0.link</hyperlink>
<textureNoFocus></textureNoFocus>
<textureFocus>empty.png</textureFocus>
<label>#menu0.buttonlabel</label>
<onleft>260</onleft>
<onright>210</onright>
<onup>202</onup>
<ondown>1111</ondown>
<textcolorNoFocus>FFE9967A</textcolorNoFocus>
</control>
Why did #menu0.link leads MP to crash????