- Moderator
- #201
In edit mode i press [Esc] (I wanted to get out of edit mode) and goto to Home Screen then return in Basic Home [H] and ...Not sure why you would switch between home screens when you are in edit mode for the tiles
In edit mode i press [Esc] (I wanted to get out of edit mode) and goto to Home Screen then return in Basic Home [H] and ...Not sure why you would switch between home screens when you are in edit mode for the tiles
Cool maybe i should add a thread for ares and a sub thread for mods/themes.
I know. But hands are doing first, then the brain remembers. All the same, for more than 25 years, the habit of pressing the ESC has already brought to automatism.To exit edit mode you either navigate back to the tile or press info/f9, pressing esc returns you to the previous screen.
It is possible, but as long as can be better in one branch. Then make a new topic for the skins. errors. modifications.Cool maybe i should add a thread for ares and a sub thread for mods/themes.
I think you might actually be right and the first person to notice i may have the controls reversed lol, i will take a look tomorrow.First I must say that I really like the skin, and am looking to the "final" product.
I'm sorry for a stupid question about it, but there is one thing with the navigation that confuses me. What I have a logical issue with is, when I stand on the rightmost button (e.g. "Recordedtv") and press right on my remote again, the new page slides in from the left side? Something in my brain really does not agree with this It expects the new page to slide in from right to left..
As I presume this is intended, could someone please explain how I am supposed to think (or if it is possible to modify it so the items slide in from the other direction)?
<!-- -->
<control>
<description>current temp label</description>
<type>label</type>
<id>0</id>
<posX>10</posX>
<posY>10</posY>
<height>71</height>
<align>left</align>
<label>#skin.currentTile - #(string.format('00{0}',#skin.tvseriesnav)) #(string.equals(#skin.currentTile,string.format('00{0}',#skin.tvseriesnav)))</label>
<font>font10</font>
<textcolor>ffffffff</textcolor>
<visible>true</visible>
</control>
<!-- -->
<control>
<description>background default</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>defaultfanart.jpg</texture>
<animation effect="fade" time="500" reversible="true">visible</animation>
<animation effect="fade" time="500" reversible="true">hidden</animation>
<visible>string.equals(#skin.currentTile,string.format('00{0}',#skin.tvseriesnav))</visible>
</control>