aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/custom_SideMenuHelp.xml
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2012-10-14 18:38:43 +1100
committerJezz_X <jezzx2@gmail.com>2012-10-15 19:26:37 +1100
commitfdfb3caa84c79948ff731969338d873465a68a4d (patch)
tree3d5d486f414be97b0f5e78a3295c865899796f0b /addons/skin.confluence/720p/custom_SideMenuHelp.xml
parent903f3a689c769887e77fc1251f32c4a0b145d65b (diff)
Added: [Confluence] a popup dialog that gets shown once and only once on first run of XBMC when they enter a window with the side menu to inform people there is a semi hidden menu off to the left hand side of the screen
Diffstat (limited to 'addons/skin.confluence/720p/custom_SideMenuHelp.xml')
-rw-r--r--addons/skin.confluence/720p/custom_SideMenuHelp.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/custom_SideMenuHelp.xml b/addons/skin.confluence/720p/custom_SideMenuHelp.xml
new file mode 100644
index 0000000000..657d804321
--- /dev/null
+++ b/addons/skin.confluence/720p/custom_SideMenuHelp.xml
@@ -0,0 +1,66 @@
+<window id="1112" type="dialog">
+ <defaultcontrol always="true">100</defaultcontrol>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture border="120,0,0,0">hint-overlay.png</texture>
+ </control>
+ <control type="image">
+ <posx>120</posx>
+ <posy>300</posy>
+ <width>64</width>
+ <height>64</height>
+ <texture>arrow-big-left.png</texture>
+ </control>
+ <control type="image">
+ <posx>190</posx>
+ <posy>100</posy>
+ <width>2</width>
+ <height>512</height>
+ <texture>separator_vertical.png</texture>
+ </control>
+ <control type="label">
+ <posx>240</posx>
+ <posy>150</posy>
+ <width>680</width>
+ <height>60</height>
+ <font>font35_title</font>
+ <textcolor>blue</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>31411</label>
+ </control>
+ <control type="textbox">
+ <posx>240</posx>
+ <posy>240</posy>
+ <width>680</width>
+ <height>250</height>
+ <font>font14</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <label>31412</label>
+ </control>
+ <control type="button" id="100">
+ <description>OK button</description>
+ <posx>720</posx>
+ <posy>500</posy>
+ <width>200</width>
+ <height>40</height>
+ <label>12321</label>
+ <font>font12_title</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <onclick>Skin.Setbool(FirstTimeRun)</onclick>
+ <onclick>back</onclick>
+ <onleft>100</onleft>
+ <onright>100</onright>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ </control>
+ </controls>
+</window>