Wiki Navigation
- Loading...
Purpose
- Required: No
- Type of Change: Feature
When a user looks up Video or Movie Info from IMDB or other sources using the F3 or Info/More remote button, now the User review can be shown just as Cast and Plot.
Description of Change
Controls and new property:
Control ID |
Control |
Purpose |
Property |
Language ID |
|---|---|---|---|---|
7 |
ToggleButton (GUIToggleButtonControl) |
This button will show User review |
N/A |
183 |
23 |
Textboxscrollup (GUITextScrollUpControl) |
This contains user review text. |
#userreview |
N/A |
Additional Information and References
Mantis Issue |
|
|---|---|
Related xml(s) |
DialogVideoInfo.xml |
Windows IDs |
2003 |
Related GUI control |
#userreview GUITextScrollUpControl |
Author |
deda |
Date added |
Thu, 02 Dec 2010 |
XML/Code Samples
Sample fragment from Blue3Wide (DialogVideoInfo.xml):
..............
<control>
<description>Plot</description>
<type>togglebutton</type>
<id>3</id>
<posX>106</posX>
<posY>163</posY>
<width>213</width>
<label>207</label>
<font>font13</font>
<onleft>22</onleft>
<onright>22</onright>
<onup>2</onup>
<ondown>7</ondown>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>User review</description>
<type>togglebutton</type>
<id>7</id>
<posX>106</posX>
<posY>206</posY>
<width>213</width>
<label>183</label>
<font>font13</font>
<onleft>22</onleft>
<onright>22</onright>
<onup>3</onup>
<ondown>4</ondown>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>Cast</description>
<type>togglebutton</type>
<id>4</id>
<posX>106</posX>
<posY>248</posY>
<width>213</width>
<label>206</label>
<font>font13</font>
<onleft>22</onleft>
<onright>22</onright>
<onup>7</onup>
<ondown>5</ondown>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
..............
<control>
<description>Review value</description>
<type>textboxscrollup</type>
<id>23</id>
<posX>355</posX>
<posY>500</posY>
<width>746</width>
<height>150</height>
<label>#userreview</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
Screenshots


This page has no comments.