Hallo,
habe mich heute an die Inculdes gemacht.
Was soll ich sagen ich versteh die logik dahinter nur ansatzweise.
Beispiel:
das steht in der neu angelegten SubMenuButtonNAS.xml
<include name="HomeSubMenuNAS">
<control type="image" id="90150">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90152">
<include>ButtonHomeSubCommonValues</include>
<label>WOL</label>
<onclick>WakeOnLan(00:25:22:2a:b8:33)</onclick>
<onclick>Setfocus(32)</onclick>
<onclick>Setfocus(11)</onclick>
<onclick>Notification(NAS, wurde gestartet - Dauer ca. 6min, 10000, DefaultIconInfo.png)</onclick>
</control>
<control type="button" id="90153">
<include>ButtonHomeSubCommonValues</include>
<label>Shutdown</label>
<onclick>-</onclick>
<onclick>Setfocus(32)</onclick>
<onclick>Setfocus(11)</onclick>
</control>
<control type="image" id="90156">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
Alles anzeigen
und in der inculdes.xml hab ichs so eingefügt:
<include file="SubMenuButtonNAS.xml" />
die SubMenuButtonNAS.xml habe ich in den 720p Ordner gelegt.
in der IncludesHomeMenuItem.xml steht an der entsprechenden Stelle:
.
.
.
<control type="button" id="90145">
<include>ButtonHomeSubCommonValues</include>
<label>19040</label>
<onclick>ActivateWindow(PVR)</onclick>
<onclick>Setfocus(35)</onclick>
<onclick>Setfocus(14)</onclick>
</control>
<control type="image" id="90146">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include>SubMenuButtonNAS</include>
</includes>
Alles anzeigen
Das ganze geht nicht. Ich checks nicht. Was mache ich falsch?
David