Fantastic Plugin! Thanks allot!
I am trying to add my user_rating that I set in the Moving Pictures config screen. I used the code below and get this on screen.
My Rating : #MovingPictures.UserMovieSettings.user_rating
What am I doing wrong?
I am trying to add my user_rating that I set in the Moving Pictures config screen. I used the code below and get this on screen.
My Rating : #MovingPictures.UserMovieSettings.user_rating
What am I doing wrong?
Code:
<control>
<description>user_rating Label Shadow</description>
<type>label</type>
<label>My Rating :</label>
<posX>97</posX>
<posY>661</posY>
<font>font102</font>
<textcolor>ff222222</textcolor>
<visible>facadeview.list+Control.IsVisible(50)</visible>
</control>
<control>
<description>user_rating Label</description>
<type>label</type>
<label>My Rating :</label>
<posX>96</posX>
<posY>660</posY>
<font>font102</font>
<textcolor>ffB9B9B9</textcolor>
<visible>facadeview.list+Control.IsVisible(50)</visible>
</control>
<control>
<description>user_rating Shadow</description>
<type>label</type>
<label>#MovingPictures.UserMovieSettings.user_rating</label>
<id>0</id>
<posX>191</posX>
<posY>661</posY>
<width>900</width>
<font>font102</font>
<textcolor>ff000000</textcolor>
<visible>facadeview.list+Control.IsVisible(50)</visible>
</control>
<control>
<description>user_rating</description>
<type>label</type>
<label>#MovingPictures.UserMovieSettings.user_rating</label>
<id>0</id>
<posX>190</posX>
<posY>660</posY>
<width>840</width>
<font>font102</font>
<textcolor>ffffffff</textcolor>
<visible>facadeview.list+Control.IsVisible(50)</visible>
</control>