Ich mag son Schnickschnack
in der Includes.xml die stelle suchen SideBladeLeft
Diesen CodeBlock einfügen (Position und Größe darf natürlich nach Bedarf verändert werden)
Code
<control type="image"> <!-- usericon -->
<posx>-256</posx>
<posy>42</posy>
<width>110</width>
<height>76</height>
<aspectratio>keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>10</bordersize>
<texture fallback="unknown-user.png">$INFO[System.ProfileThumb]</texture>
</control>
so sollte das dann aussehen.
Code
<include name="SideBladeLeft">
<control type="group" id="4877">
<control type="image">
<posx>-820</posx>
<posy>0</posy>
<width>846</width>
<height>720</height>
<texture>HomeBlade.png</texture>
<animation effect="slide" start="-26,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="-26,0" time="200" delay="200" tween="quadratic" easing="out">WindowClose</animation>
</control>
<control type="image"> <!-- usericon -->
<posx>-256</posx>
<posy>42</posy>
<width>110</width>
<height>76</height>
<aspectratio>keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>10</bordersize>
<texture fallback="unknown-user.png">$INFO[System.ProfileThumb]</texture>
</control>
Alles anzeigen
Ich habe das ganze noch um einen Transparenten Button erweitert bei einem Touch-Skin bietet es sich ja an
Beim Klick auf das ProfileUserIcon öffnet sich Profile-Setup-Menü.
Code
<include name="SideBladeLeft">
<control type="group" id="4877">
<control type="image">
<posx>-820</posx>
<posy>0</posy>
<width>846</width>
<height>720</height>
<texture>HomeBlade.png</texture>
<animation effect="slide" start="-26,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="-26,0" time="200" delay="200" tween="quadratic" easing="out">WindowClose</animation>
</control>
<control type="image"> <!-- usericon -->
<posx>-256</posx>
<posy>42</posy>
<width>110</width>
<height>76</height>
<aspectratio>keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>10</bordersize>
<texture fallback="unknown-user.png">$INFO[System.ProfileThumb]</texture>
</control>
<control type="button">
<posx>-246</posx>
<posy>56</posy>
<width>96</width>
<height>56</height>
<font>-</font>
<label>-</label>
<textcolor>-</textcolor>
<focusedcolor>-</focusedcolor>
<texturefocus>333.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onclick>ActivateWindow(Profiles)</onclick>
</control>
Alles anzeigen
Externer Inhalt
www.wuala.com
Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.