wie stellst du dir das mit den 2vars vor, kann dir nicht ganz folgen?
ZitatListItem.StartTime Start time of the selected item (PVR).
Zitat<value condition="IntegerGreaterThan(ListItem.StartTime,586) ">586</value>
dann sollte doch der Wert weil sich die Starttime nicht ändert doch gleich bleiben?
Das dann als VAR dann kann ich doch beide Vergleichen mit Control.GetLabel und das ist dann nur true wenn es kleiner ist..
ZitatAlles anzeigen<control type="label" id="8888">
<left>120</left>
<top>80</top>
<width>880</width>
<height>25</height>
<font>SemiLarge</font>
<align>left</align>
<label>$VAR[AKN_test]</label>
<textcolor>TextColorMedium</textcolor>
<scroll>true</scroll>
<scrollout>false</scrollout>
</control>
<control type="label" id="8889">
<left>160</left>
<top>80</top>
<width>880</width>
<height>25</height>
<align>left</align>
<font>SemiLarge</font>
<label>$NUMBER[711]</label>
<textcolor>TextColorMedium</textcolor>
<scroll>true</scroll>
<scrollout>false</scrollout>
</control>
<control type="label">
<left>260</left>
<top>80</top>
<width>880</width>
<height>25</height>
<align>left</align>
<font>SemiLarge</font>
<label>xxx</label>
<textcolor>TextColorMedium</textcolor>
<scroll>true</scroll>
<scrollout>false</scrollout>
<visible>!IntegerGreaterThan(Control.GetLabel(8888),Control.GetLabel(8889))</visible>
</control>
Wenn ich das so test wäre aktuell ID 888 714, das label kommt nicht mit !Integer aber mit Integer ohne Negierung..
Mit zwei VAR´s sollte es doch dann auch gehen..
Es wird dann doch angezeigt solange der Wert höher ist (oder niedriger, je nachdem wie rum)..
Oder versteh ich den Sinn noch nicht?
Grüße