2011-08-11, 23:54
Press 's'.
kri kri Wrote:I did but I get the old menu with just Quit and Shutdown.You probably installed the old version in the link above.
DaGround Wrote:I just tried that skin with my touchscreen and i love it 8)
its working awesome and its so fast! Keep the good work up!
i just got 2 bad issues..
-when you open the left menu side i often run directly into favorites and cant exit that without keyboard
-same with the "exit" menu on the lower left, no way to get out
is it possible to get a small "x" icon to close them?
i've searched for a newer build witch could fix those issues but didnt find one.
exobuzz Wrote:there is a skin settings to add a "close" button to most dialogues then you can exit favourites etc.
the only thing i have found i can get stuck in, is the photo slideshow
Hitcher Wrote:I'll see what I can do.
Quote:<control type="button" id="13">
<description>Home Cinema Experience</description>
<posx>0</posx>
<posy>0</posy>
<width>33</width>
<height>33</height>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/addons/script.cinema.experience/addon.py)</onclick>
<font>-</font>
<hitrect x="0" y="0" w="100" h="33" />
</control>
FREAKJAM Wrote:lovin' and using the skin ever since it came out, great job Hitch!
1 question tho;
does the skin support Cinema Experience?
and if so, could U or anyone give me heads up on bout what code to add to DialogVideoInfo.xml?`
I added the following code:
but i'm getting a gray block next to the fanart button now. Think it needs a few adjustments, but im stuck =)
Thanks in advance.
<control type="button" id="13">
<description>Home Cinema Experience</description>
<visible>system.hasaddon(script.cinema.experience) + Container.Content(movies)</visible>
<posx>0</posx>
<posy>0</posy>
<width>33</width>
<height>33</height>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/addons/script.cinema.experience/addon.py)</onclick>
<texturenofocus>button_info_play.png</texturenofocus>
<texturefocus>button_info_play_on.png</texturefocus>
<font>-</font>
<hitrect x="0" y="0" w="100" h="33" />
</control>
<control type="label" id="41">
<description>Home Cinema Experience</description>
<visible>system.hasaddon(script.cinema.experience) + Container.Content(movies) + !Control.HasFocus(13)</visible>
<posx>0</posx>
<posy>0</posy>
<width min="0" max="200">auto</width>
<height>33</height>
<aligny>center</aligny>
<label>Cinema</label>
<textcolor>grey</textcolor>
<font>font21</font>
</control>
<control type="label" id="42">
<description>Home Cinema Experience</description>
<visible>system.hasaddon(script.cinema.experience) + Container.Content(movies) + Control.HasFocus(13)</visible>
<posx>0</posx>
<posy>0</posy>
<width min="0" max="200">auto</width>
<height>33</height>
<aligny>center</aligny>
<label>Cinema</label>
<textcolor>green</textcolor>
<font>font21</font>
</control>
<control type="image" id="43">
<description>left dotted line</description>
<visible>system.hasaddon(script.cinema.experience) + Container.Content(movies)</visible>
<posx>0</posx>
<posy>0</posy>
<width>3</width>
<height>33</height>
<texture>dotted_line_divider.png</texture>
</control>