aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogKeyboard.xml
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2011-04-17 17:10:46 +1000
committerJezz_X <jezzx2@gmail.com>2011-04-17 17:12:23 +1000
commita857a0c780336bd7e6f4a7a441733763ad09da02 (patch)
treee221c36cdf7fc23e4821bcfae02b7943826b4f46 /addons/skin.confluence/720p/DialogKeyboard.xml
parent286c998c8fdbf683e3272197ca8d6210921e326b (diff)
Added: [Confluence] Skin Setting to Hide the "On Screen Keyboard" keys. Usefull for people who always use a hardware keyboard and don't want all that extra stuff
Diffstat (limited to 'addons/skin.confluence/720p/DialogKeyboard.xml')
-rw-r--r--addons/skin.confluence/720p/DialogKeyboard.xml88
1 files changed, 88 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogKeyboard.xml b/addons/skin.confluence/720p/DialogKeyboard.xml
index 4b6b873b2d..6a041c30af 100644
--- a/addons/skin.confluence/720p/DialogKeyboard.xml
+++ b/addons/skin.confluence/720p/DialogKeyboard.xml
@@ -8,7 +8,95 @@
</coordinates>
<controls>
<control type="group">
+ <posx>-65</posx>
+ <posy>100</posy>
<include>VisibleFadeEffect</include>
+ <visible>Skin.HasSetting(HardwareKeyboard)</visible>
+ <visible>!Window.IsVisible(numericinput)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>890</width>
+ <height>160</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>80</posx>
+ <posy>10</posy>
+ <width>730</width>
+ <height>70</height>
+ <aspectratio>stretch</aspectratio>
+ <texture>GlassTitleBar.png</texture>
+ </control>
+ <control type="label" id="311">
+ <description>dialog Heading</description>
+ <posx>20</posx>
+ <posy>20</posy>
+ <width>850</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>800</posx>
+ <posy>9</posy>
+ <width>64</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>PreviousMenu</onclick>
+ <texturefocus>DialogCloseButton-focus.png</texturefocus>
+ <texturenofocus>DialogCloseButton.png</texturenofocus>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ <visible>system.getbool(input.enablemouse)</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>60</posy>
+ <width>660</width>
+ <height>50</height>
+ <aspectratio>stretch</aspectratio>
+ <texture border="20">KeyboardEditArea.png</texture>
+ </control>
+ <control type="label" id="310">
+ <description>Edit Text</description>
+ <posx>45</posx>
+ <posy>60</posy>
+ <width>650</width>
+ <height>50</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="button" id="300">
+ <description>DONE button</description>
+ <posx>710</posx>
+ <posy>60</posy>
+ <width>150</width>
+ <height>50</height>
+ <label>20177</label>
+ <onleft>57</onleft>
+ <onright>48</onright>
+ <onup>307</onup>
+ <ondown>302</ondown>
+ <texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
+ <texturefocus border="5">KeyboardKey.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ <focusedcolor>black</focusedcolor>
+ </control>
+ </control>
+ <control type="group">
+ <include>VisibleFadeEffect</include>
+ <visible>!Skin.HasSetting(HardwareKeyboard)</visible>
<visible>!Window.IsVisible(numericinput)</visible>
<control type="image">
<posx>0</posx>