danke
ich hänge gerade bei dem Home Menü requests, ich möchte mir das rating grafisch darstellen lassen, die normale abfrage geht, nur grafisch hängt es :
<control type="image">
<posx>10</posx>
<posy>185</posy>
<width>100</width>
<height>17</height>
<texture fallback="rating/5stars/NA.png">$VAR[RecentlyAddedrating,rating/5stars/,.png]</texture>
</control>
hier meine "RecentlyAddedrating" :
<variable name="RecentlyAddedrating">
<value condition="Container(8000).HasFocus(1)">$INFO[Window.Property(LatestMovie.1.Rating)]</value>
<value condition="Container(8000).HasFocus(2)">$INFO[Window.Property(LatestMovie.2.Rating)]</value>
<value condition="Container(8000).HasFocus(3)">$INFO[Window.Property(LatestMovie.3.Rating)]</value>
<value condition="Container(8000).HasFocus(4)">$INFO[Window.Property(LatestMovie.4.Rating)]</value>
<value condition="Container(8000).HasFocus(5)">$INFO[Window.Property(LatestMovie.5.Rating)]</value>
</variable>
irgendwelche tips?