das funktioniert leider grad alles nicht...
hatte es jetzt mal ganz einfach versucht:
<visible>String.IsEqual(ListItem.Property(Datum),29.08.2016)</visible>
aber auch da kommt dann nichts....
das funktioniert leider grad alles nicht...
hatte es jetzt mal ganz einfach versucht:
<visible>String.IsEqual(ListItem.Property(Datum),29.08.2016)</visible>
aber auch da kommt dann nichts....
Ich teste mal die Varianten durch...
So ganz hab ichs allerding noch nicht verstanden warum das brauchst?
Kannst da nicht einfach mit Container(xxx) außerhalb die Werte aus dem Container holen, die ja dann sowieso nur da sind wenn das nicht leer ist?
der Content ist im Grunde für alle container (200) bis (214) gleich, da er nur einmal für alle geholt wird...
Damit aber nun nur die Items zu dem dazugehörigen Datum angezeit werden wollte ich das datum aus dem Container(9000) mit dem Datum der Items aus den Container 200 -214 abgleichen...
Somit würden immer die richtigen Sendungen (items) angezeigt...
Versuchs mal umzudrehen mit Substring und/oder INFO dabei..
So eine wirkliche übersicht gibts ja leider nicht, immer nur so häppchen..
wie genau meinst Du das mit dem umdrehen?
<visible>StringCompare(Window(Home).Property(TV-Guide.0.Date),INFO(ListItem.Property(Datum)))</visible>
Items brauchen zwingend ein <onclick> wenn es eine selbst definierte liste ist.
das war es... mit dem <onclick> in den Items funktioniert es nun...
Eins ist mir noch aufgefallen,
ich dachte das die Items $INFO[Window(Home).Property(TV-Guide.0.Date) und $INFO[Window(Home).Property(TV-Guide.0.Wday)] wären auch in den einzelnen container
erreichbar aber irgendwie klappt das nicht.
ich wollte mir im container(200) nur Items anzeigen lassen bei den
$ListItem.Property(Datum) = gleich dem $INFO[Window(Home).Property(TV-Guide.0.Date) ist.... <visible>StringCompare(ListItem.Property(Datum),Window(Home).Property(TV-Guide.0.Date))</visible>
das klappt aber irgendwie nicht....
ich habe jetzt mal das Infofenster ganz einfach aufgebaut...
nur 3 Items die in der Liste id="9000" sind.
den content habe ich auch ganz einfach gestaltet nur Label und Label2
Aber es wird nichts angezeigt obwohl der Content fest definiert ist der muss von nirgens geholt werden...
also schließe ich daraus, mit der Liste id="9000" stimmt was nicht....
<?xml version="1.0" encoding="UTF-8"?>
<window type="window" id="1197">
<defaultcontrol always="true">9000</defaultcontrol>
<onload>RunScript(plugin.program.serienplaner,"?methode=get_Date")</onload>
<controls>
<include>CommonBackground</include>
<control type="group">
<left>0</left>
<top>128</top>
<include>Window_OpenClose_Animation</include>
<include>SystemLeftPanel</include>
<control type="list" id="9000">
<left>82</left>
<top>32</top>
<width>356</width>
<height>720</height>
<onleft>61</onleft>
<onright condition="Container(9000).HasFocus(1)">400</onright>
<onright condition="Container(9000).HasFocus(2)">401</onright>
<onright condition="Container(9000).HasFocus(3)">402</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol>61</pagecontrol>
<scrolltime tween="quadratic">300</scrolltime>
<itemlayout height="90" width="356">
<control type="image">
<top>30</top>
<width>356</width>
<height>60</height>
<texture border="1">separator2.png</texture>
</control>
<control type="group">
<control type="label">
<width>356</width>
<height>90</height>
<font>font15_bold</font>
<textoffsetx>20</textoffsetx>
<textcolor>grey2</textcolor>
<selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<width>356</width>
<height>90</height>
<font>font15</font>
<textoffsetx>20</textoffsetx>
<textcolor>grey2</textcolor>
<selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</control>
</itemlayout>
<focusedlayout height="90" width="356">
<control type="image">
<top>30</top>
<width>356</width>
<height>60</height>
<texture border="1">separator2.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>356</width>
<height>90</height>
<texture colordiffuse="$VAR[HighlightBarColor]" border="4">listselect_fo.png</texture>
<visible>Control.HasFocus(9000)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="group">
<control type="label">
<width>356</width>
<height>90</height>
<font>font15_bold</font>
<textoffsetx>20</textoffsetx>
<selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<width>356</width>
<height>90</height>
<font>font15</font>
<textoffsetx>20</textoffsetx>
<selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</control>
</focusedlayout>
<content>
<item id="1">
<label>BBBBBBB</label>
<label2>CCCCCCC</label2>
</item>
<item id="2">
<label>BBBBBBB</label>
<label2>CCCCCCC</label2>
</item>
<item id="3">
<label>BBBBBBB</label>
<label2>CCCCCCC</label2>
</item>
</content>
</control>
<control type="image">
<description>LOGO</description>
<left>82</left>
<top>752</top>
<width>356</width>
<height>120</height>
<aspectratio>keep</aspectratio>
<texture>aeon-nox-logo.png</texture>
</control>
<include>SystemRightPanel</include>
<control type="panel" id="400">
<visible>Container(9000).HasFocus(1)</visible>
<include>SettingsFadeEffect</include>
<onright>200</onright>
<include>SerienplanerListCommonLayout</include>
<content>plugin://plugin.program.serienplaner/?methode=get_SP_Guide</content>
</control>
<control type="panel" id="401">
<visible>Container(9000).HasFocus(2)</visible>
<include>SettingsFadeEffect</include>
<onright>200</onright>
<include>SerienplanerListCommonLayout</include>
<content>plugin://plugin.program.serienplaner/?methode=get_SP_Guide</content>
</control>
<control type="panel" id="402">
<visible>Container(9000).HasFocus(3)</visible>
<include>SettingsFadeEffect</include>
<onright>200</onright>
<include>SerienplanerListCommonLayout</include>
<content>plugin://plugin.program.serienplaner/?methode=get_SP_Guide</content>
</control>
</control>
<control type="label">
<description>Controlllabel</description>
<left>50</left>
<top>40</top>
<width>1230</width>
<height>80</height>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Container(9000).ListItem(1).Label</label>
</control>
</controls>
</window>
Alles anzeigen
scheint dann aber ein content problem oder?
wenn sie außerhalb in einem controllabel nicht kommen dann muss ja was am content sein.
also im Controllabel außerhalb des Container wird es angezeigt...
Ich mache in solchen Fällen auch öfters mal ein xxx irgendwo in den content um zu sehen ob das kommt und vielleicht dann was mit dem property datum nicht in ordnung ist.
Das habe ich jetzt auch gemacht. Und das XXX wird nicht angezeigt. also scheint der content innerhalb des Container(9000) nicht anzukommen...
der <content> steht innerhalb der <control type="list" id="9000"> direkt nach dem </focusedlayout>
</focusedlayout>
<content>
<item id="1">
<label>XXX</label>
<label2>$INFO[Window(Home).Property(TV-Guide.0.Wday)]</label2>
<!--visible>!IsEmpty(Window(Home).Property(TV-Guide.0.Date))</visible-->
</item>
<item id="2">
<label>$INFO[Window(Home).Property(TV-Guide.1.Date)]</label>
<label2>$INFO[Window(Home).Property(TV-Guide.1.Wday)]</label2>
<!--visible>!IsEmpty(Window(Home).Property(TV-Guide.1.Date))</visible-->
</item>
<item id="3">
<label>$INFO[Window(Home).Property(TV-Guide.2.Date)]</label>
<label2>$INFO[Window(Home).Property(TV-Guide.2.Wday)]</label2>
<!--visible>!IsEmpty(Window(Home).Property(TV-Guide.2.Date))</visible-->
</item>
</content>
Alles anzeigen
naja, <onright> funktioniert ja seit dem ich den content vom Container(9000)auf statischen content umgestellt habe.
das Problem ist jetzt nur das der Inhalt also die ListItems aus dem Container(9000) nicht angezeigt werden...
die Felder im Skin bleiben einfach leer...
so, ich habe ein par neue Erkenntnisse gewonnen...
ein Problem war das der dynamic content mei den Datums nicht funktioniert... wenn ich einen dynamic content setze kann ich <onright condition="Container(9000).HasFocus(1)">200</onright> nit mehr nutzen.
also habe ich meinen Content umgebaut:
elif methode == 'get_Date':
gdate = datetime.datetime.strftime(datetime.date.today(), '%d.%m.%Y')
i=0
for i in range(15):
_gdate = datetime.date.today() + datetime.timedelta(days=i)
gdate = _gdate.strftime('%d.%m.%Y')
wday = _gdate.strftime("%a")
WINDOW.setProperty('TV-Guide.%s.Date' % (i), unicode(gdate))
WINDOW.setProperty('TV-Guide.%s.Wday' % (i), unicode(wday))
writeLog('spitems %s - %s' % (wday, WINDOW.getProperty('TV-Guide.%s.Date' % (i))), level=xbmc.LOGDEBUG)
i=i+1
Alles anzeigen
die items habe ich dann in den container eingebaut:
<content>
<item id="1">
<label>$INFO[Window(Home).Property(TV-Guide.0.Date)]</label>
<label2>$INFO[Window(Home).Property(TV-Guide.0.Wday)]</label2>
<visible>!IsEmpty(Window(Home).Property(TV-Guide.0.Date))</visible>
</item>
<item id="2">
<label>$INFO[Window(Home).Property(TV-Guide.1.Date)]</label>
<label2>$INFO[Window(Home).Property(TV-Guide.1.Wday)]</label2>
<visible>!IsEmpty(Window(Home).Property(TV-Guide.1.Date))</visible>
</item>
<item id="3">
<label>$INFO[Window(Home).Property(TV-Guide.2.Date)]</label>
<label2>$INFO[Window(Home).Property(TV-Guide.2.Wday)]</label2>
<visible>!IsEmpty(Window(Home).Property(TV-Guide.2.Date))</visible>
</item>
</content>
Alles anzeigen
Aber ich die Ladel $INFO[ListItem.Labe] und $INFO[ListItem.Labe2] nicht aufrufen...
sie werden einfach nicht angezeigt...
aber hast Du mal geschaut ob das Poster überall "falsch" angezeigt wird?
oder wirklich nur im OSD...
das zu finden wird echt finden wird exht schwer, da in diesem Skin sogut wie alles über PARAMS
gesteuert wird. ich würde dir empfehlen im Kodi.tv forum dem entwickler einen hinweiß zu geben...
Da würdest Du dir einen Wolf suchen...
das lässt sich nur im code ändern. Würde aber bei jedem update überschrieben werden.
Ist Dir das Poster zu klein?
Naja ich könnte mir vorstellen, das es in Madnox einen Fallback gibt in der Variables.xml.
so das er fall er keine Fanart findet, Thumbs als Hintergrund einstellt...
hast Du mal in dine Serienordner geschaut ob die Fanarts auch vorhanden sind und ob auch alles richtig gescraped wurde in Kodi?
ich hab noch keine Ahnung wie herum es du nun haben willst;)..
Ein Panel ansich ist eigentlich in zeilen und spalten aufgeteilt, wobei dein item und focusedlayout eigentlich nur den inhalt einer Zeile oder Spalte enthalten soll.
Je nach Ausrichtung und Inhalt wird das dann vertikal oder Horizontal an deine container breite und höhe damit gefüllt..
also: ich würde gern auf der linken Seite das Datum haben wollen mit der Anzahl an "itemS" für dieses Datum...
Dann bräüchtest separate panels und conts für jede Zeile die du habe willst.
also müste ich bei der Content-Abfrage das Datum als wert übergeben so das dieser dan für jede Zeile geholt wird...
Vertikaler content, mit item1 Tag1, item1 Tag2 usw..
oder Horizontaler content mit Tag1 noch einer mit Tag 2..
dann müsste es horizontaler Content sein...
Kannst mir nicht das Addon so schicken und eine Datenbank dazu? dann müsste das doch gehen oder?
die Datenbank baut er ja alleine auf... aber ich häng mal die Änderung fer default.py an...
läuft der planer auch ohne EPG? ich find den in deinem Git nicht..
ja, die Änderungen sind noch nicht auf Github... bin ja noch extrem am experimentieren.
Wäre es dann nicht sinnvoller das anders herum zu machen? also rechts ein panel das ja den vorteil von Spalten und Zeilen von alleine hat,
und dann links die Einträge manuell aus dem (sei es als gruppe oder liste mit content item Einträgen).
rechts scheint ja viel komplexer als links. Da macht es ja wenig sinn da alles einzeln rauszuglauben wenns Zeilenweise gleich aussieht.
Ich steig da mit den ganzen Panel, Listen und gruppen beim skinnen nicht ganz durch.
Im grunde hatte ich mir das Fensteer von NextAired al "vorbild" genommen und versucht anhand dessen das ganze nachzubauen.
Es ist kein Problem das ganze "umzudrehen". Rechts ist sieht immer alles gleich aus. Im grunde ist rechts dee Content, Links ist nur das Datum....
Also wie müsste ich das ganze jetzt ändern?
Den rest deines visible verfolge ich dann mal in der Gesamtdatei..
Danke, lass Dir ruhig Zeit, ich komm auch erst wieder am Montag dazu. Ich kann zur Zeit nur auf
der Arbeit daran arbeiten, zu Hause spielen Frau, Kinder, Haus und garten die erste Geige...
Wenn in ID 200 nur eins angezeigt wird ist das bei einem item im content auch korrekt. Du musst den dann per kopieren und Ändern des Offsets erst mal duplizieren.
Also (1), (2) usw.. (-1) für alles vor 0 was der Focus ist..
und hier liegt das Problem! Als Content wird anseinend nur der Eintag von einem SerienTermin übergeben pro Tag. Wenn ich ein zweites Item hinzufüge wird das Item vom darauffolgenden Tag angezeigt...
Irgendwas scheint nicht wirklich zu funktionieren...
also ich bekomme schon mal etwas angezeigt.
allerdings nur den letzten eintrag im dynamic content für das Datum...
und auch nur wenn ich das
<visible allowhiddenfocus="true">[Control.HasFocus(9000) + Container(9000).HasFocus(1)] | Control.HasFocus(200) | [Container(9000).HasFocus(1) + Control.HasFocus(60)]</visible>
weglasse...
ich hänge mal mein custom Window und im spoiler das include...
<include name="SerienplanerListCommonLayout">
<left>522</left>
<top>32</top>
<width>1316</width>
<height>840</height>
<onup>60</onup>
<ondown>60</ondown>
<onleft>9000</onleft>
<orientation>horizontal</orientation>
<scrolltime tween="quadratic">300</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout height="840" width="435">
<control type="image">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>250</top>
<width>405</width>
<height>130</height>
<label>$INFO[ListItem.Property(weekday)]</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="textbox">
<left>15</left>
<top>400</top>
<width>405</width>
<height>130</height>
<label>$INFO[ListItem.Label]</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="label">
<description>Episode Number</description>
<top>550</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[126]:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="label">
<description>Episode Number</description>
<top>595</top>
<width>435</width>
<height>45</height>
<label>$INFO[Container(9000).ListItem.Property(Status)]</label>
<textcolor>grey2</textcolor>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="label">
<description>Episode Number</description>
<top>700</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[31012]:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="label">
<description>Episode Number</description>
<top>745</top>
<width>435</width>
<height>45</height>
<label>$INFO[ListItem.Property(ShortTime)]$INFO[ListItem.Property(Network), @ ]</label>
<textcolor>grey2</textcolor>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
</itemlayout>
<focusedlayout height="840" width="435">
<control type="image">
<width>435</width>
<height>840</height>
<texture colordiffuse="$VAR[HighlightBarColor]" border="4">listselect_fo.png</texture>
<visible>ControlGroup(9001).HasFocus()</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>250</top>
<width>405</width>
<height>130</height>
<label>$INFO[ListItem.label]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="textbox">
<left>15</left>
<top>400</top>
<width>405</width>
<height>130</height>
<label>$LOCALIZE[31011]:[CR]$INFO[ListItem.Property(LatestDate),[B], [/B]| ]$INFO[ListItem.Property(LatestTitle)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="label">
<description>Episode Number</description>
<top>550</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[126]:</label>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="label">
<description>Episode Number</description>
<top>595</top>
<width>435</width>
<height>45</height>
<label>$INFO[ListItem.Property(Status)]</label>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="label">
<description>Episode Number</description>
<top>700</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[31012]:</label>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="label">
<description>Episode Number</description>
<top>745</top>
<width>435</width>
<height>45</height>
<label>$INFO[ListItem.Property(ShortTime)]$INFO[ListItem.Property(Network), @ ]</label>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
</focusedlayout>
</include>
Alles anzeigen
naja, schon mal ein kleiner Lichblick. irgendwas schein mit der navigation <onright condition="Container(9000).HasFocus(1)">200</onright> noch nicht zu stimmen...
mit <label>$INFO[Container(200).ListItem.Label]</label> geht auch nicht...
oder ist links schmäler wie rechts?
genau so ist es...
okay, hab ich jetzt mal probiert...
sieht so aus:
<control type="panel" id="200">
<visible allowhiddenfocus="true">[Control.HasFocus(9000) + Container(9000).HasFocus(1)] | Control.HasFocus(200) | [Container(9000).HasFocus(1) + Control.HasFocus(60)]</visible>
<include>SettingsFadeEffect</include>
<onright>200</onright>
<include>SerienplanerListCommonLayout</include>
<content>
<item id="1">
<label>$INFO[Container(9000).ListItemNoWrap(0).label]</label>
<icon>$INFO[Container(9000).ListItemNoWrap(0).Art(clearlogo)]</icon>
<property name="weekday">$INFO[Container(9000).ListItemNoWrap(0).Property(weekday)]</property>
<onclick>noop</onclick>
<visible>!IsEmpty(Container(9000).ListItemNoWrap(0).Label)</visible>
</item>
</content>
</control>
Alles anzeigen
hab dann mal ein controlllabel <label>$INFO[Container(9001).ListItem.Label]</label> gemacht, da wird aber nun nichts angezeigt...
irgendwo ist dort noch ein Denkfehler...
also die liste abgreifen mit content oder das ganze mit grouplisten aufbauen..
hmm... irgendwie verste ich das noch nicht ganz. Sorry
Also hat der zweite container keinen Inhalt da der aus dem ersten nicht übernommen wird obwohl beide container in einer Gruppe sind...
Wie müsste man das mit Grouplisten aufbauen?
Prüfen kannst das jederzeit mit einem Controllabel außerhalb und einem Container(ID).ListItem.Label oder sonstwas um zu schauen ob was ankommt und es
nur eine visible geschichte ist..
das hattest Du mir schon öffters erklärt und ich vergesse immer wieder.
das Controllabel funktioniert!
die rechte vertical scrollende Liste sieht dann so aus...
<control type="group" id="9001">
<control type="scrollbar" id="60">
<left>522</left>
<top>18</top>
<width>1316</width>
<height>12</height>
<onup>9001</onup>
<ondown condition="Container(9000).HasFocus(1)">200</ondown>
<ondown condition="Container(9000).HasFocus(2)">201</ondown>
<ondown condition="Container(9000).HasFocus(3)">202</ondown>
<ondown condition="Container(9000).HasFocus(4)">203</ondown>
<ondown condition="Container(9000).HasFocus(5)">204</ondown>
<ondown condition="Container(9000).HasFocus(6)">205</ondown>
<ondown condition="Container(9000).HasFocus(7)">206</ondown>
<ondown condition="Container(9000).HasFocus(8)">207</ondown>
<ondown condition="Container(9000).HasFocus(9)">208</ondown>
<ondown condition="Container(9000).HasFocus(10)">209</ondown>
<ondown condition="Container(9000).HasFocus(11)">210</ondown>
<ondown condition="Container(9000).HasFocus(12)">211</ondown>
<ondown condition="Container(9000).HasFocus(13)">212</ondown>
<ondown condition="Container(9000).HasFocus(14)">213</ondown>
<ondown condition="Container(9000).HasFocus(15)">214</ondown>
<ondown condition="Container(9000).HasFocus(16)">215</ondown>
<onleft>9000</onleft>
<texturesliderbackground border="1">-</texturesliderbackground>
<texturesliderbar border="6,0,6,0">scrollbar/texturesliderbar_hor.png</texturesliderbar>
<texturesliderbarfocus border="6,0,6,0">scrollbar/texturesliderbarfocus_hor.png</texturesliderbarfocus>
<textureslidernib>-</textureslidernib>
<textureslidernibfocus>-</textureslidernibfocus>
<showonepage>false</showonepage>
<orientation>horizontal</orientation>
<animation effect="fade" start="100" end="0" time="500" delay="500" condition="!Control.HasFocus(60) + !Container.Scrolling">Conditional</animation>
</control>
<control type="panel" id="200">
<visible allowhiddenfocus="true">[Control.HasFocus(9000) + Container(9000).HasFocus(1)] | Control.HasFocus(200) | [Container(9000).HasFocus(1) + Control.HasFocus(60)]</visible>
<include>SettingsFadeEffect</include>
<onright>200</onright>
<include>SerienplanerListCommonLayout</include>
</control>
Alles anzeigen
wird aber nicht angezeigt...
im <include>SerienplanerListCommonLayout</include> ist dann der Aufbau der Liste
<include name="SerienplanerListCommonLayout">
<left>522</left>
<top>32</top>
<width>1316</width>
<height>840</height>
<onup>60</onup>
<ondown>60</ondown>
<onleft>9000</onleft>
<orientation>horizontal</orientation>
<scrolltime tween="quadratic">300</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout height="840" width="435">
<control type="image">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[Container(9000).ListItem.Art(clearlogo)]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>250</top>
<width>405</width>
<height>130</height>
<label>$INFO[Container(9000).ListItem.Property(weekday)]</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="textbox">
<left>15</left>
<top>400</top>
<width>405</width>
<height>130</height>
<label>$INFO[Container(9000).ListItem.Property(date)]</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
</itemlayout>
<focusedlayout height="840" width="435">
<control type="image">
<width>435</width>
<height>840</height>
<texture colordiffuse="$VAR[HighlightBarColor]" border="4">listselect_fo.png</texture>
<visible>ControlGroup(9001).HasFocus()</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[Container(9000).ListItem.Art(clearlogo)]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>250</top>
<width>405</width>
<height>130</height>
<label>$INFO[Container(9000).ListItem.Property(weekday)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="textbox">
<left>15</left>
<top>400</top>
<width>405</width>
<height>130</height>
<label>$INFO[Container(9000).ListItem.Property(date)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
</focusedlayout>
</include>
Alles anzeigen