Is there a way to get to submenus with vertical home layout?
I'm only able to get to submenu items when in horizontal layout by pressing down??
Also, any plans to show submenus per default? Without the extra press down?
(2014-08-14, 21:05)baruchin Wrote: [ -> ] (2014-08-14, 19:57)malabarth Wrote: [ -> ]Thank you so much! Your theme is crazy!
I just have a little problem, I can't curtomize music sub-menu. I only have "Files" inside beside the fact I've enabled other shortcut in the skin settingq!
Any advice/help?
Thanks again!
Whoa! How I get this theme?
Just cycle through the background colour option until it lets you choose your own.
(2014-08-14, 21:59)bigbadrabbit Wrote: [ -> ]Is there a way to get to submenus with vertical home layout?
I'm only able to get to submenu items when in horizontal layout by pressing down??
Also, any plans to show submenus per default? Without the extra press down?
No, I couldn't think of a way to fit them in vertically.
EDIT: For those of you changing backgrounds there's a couple of other Colour options available - Dark if you're going lighter; or Alt Home which would work with the above background.
Hi!
Thanks for really nice skin. But I would like some help with adding imdb ranking and resolution as you can see in the picture below. Any kind soul who wants to help me?
(2014-08-13, 17:30)Scott00007 Wrote: [ -> ]Thanks...worked perfectly.
Favorites are not showing on the home screen. The menu is there of course but the favorite widget isn't showing up. Same way on both Android and Linux.
Same here "Favourites" widgets not showing, is this a bug?
It's bloody brilliant! Congrats on deservedly making it into the official repo
Love the skin, so clean but has most of what I like.
Thought of making a suggestion thread? Because I have a small one.. an option in the skin settings to let the home menu be more than three items? As in let it list more farther up the screen like most vertical home screens do. It makes it easier to navigate when you have more menu items.
(2014-08-15, 11:14)wgards8 Wrote: [ -> ] (2014-08-13, 17:30)Scott00007 Wrote: [ -> ]Thanks...worked perfectly.
Favorites are not showing on the home screen. The menu is there of course but the favorite widget isn't showing up. Same way on both Android and Linux.
Same here "Favourites" widgets not showing, is this a bug?
Please post your script-skinshortcuts-includes.xml found in the skin's '16x9' folder.
I'm having the same problem with the favourites widget not showing. The relevant part of the script-skinshortcuts-includes file:
Code:
<item id="9">
<label>$LOCALIZE[1036]</label>
<label2>Common Shortcut</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<property name="labelID">1036</property>
<property name="defaultID">1036</property>
<onclick>ActivateWindow(favourites)</onclick>
<visible>StringCompare(System.ProfileName,Test Usér 1)</visible>
<property name="submenuVisibility">$NUMBER[1036]</property>
<property name="group">mainmenu</property>
<property name="widget">Favourites</property>
<property name="widgetName">Favourites</property>
</item>
Your StringCompares (at least for the horizontal layout) all reference "favourites" for the widgetID - I'm assuming these are case sensitive...? Though quickly changing them to "Favourites" doesn't appear to have fixed it.
Ah, I think it's this line in Home.xml:
Code:
<onload condition="System.HasAddon(script.favourites) + Skin.HasSetting(HomeFavourites)">RunScript(script.favourites)</onload>
I can't see anywhere in skin settings where HomeFavourites can be set anymore, so this is always False. Deleting " + Skin.HasSetting(HomeFavourites)" causes the Favourites widget to show (though I've also edited the case of the StringCompares in Include_Home_Horizontal now, which may not be necessary after all)
Hitcher...is the above post enough or do you still want more xml posted?
Hi, i found the file Viewtype52.xml this code>
Code:
<!-- Details -->
<control type="label">
<left>90</left>
<top>88</top>
<width>1740</width>
<height>27</height>
<font>Font27</font>
<align>center</align>
<label>$VAR[Label2]</label>
<textcolor>TextColor2</textcolor>
<shadowcolor>ShadowColor</shadowcolor>
</control>
In which file can I find the code $var[Label2] so that I can add • $INFO[ListItem.Rating]?
Interesting, when I installed this skin it automatically used my custom home menu from ReFocus. I'm used to having to redo everything when I install a new skin.
(2014-08-15, 22:43)Unfledged Wrote: [ -> ]I'm having the same problem with the favourites widget not showing. The relevant part of the script-skinshortcuts-includes file:
Code:
<item id="9">
<label>$LOCALIZE[1036]</label>
<label2>Common Shortcut</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<property name="labelID">1036</property>
<property name="defaultID">1036</property>
<onclick>ActivateWindow(favourites)</onclick>
<visible>StringCompare(System.ProfileName,Test Usér 1)</visible>
<property name="submenuVisibility">$NUMBER[1036]</property>
<property name="group">mainmenu</property>
<property name="widget">Favourites</property>
<property name="widgetName">Favourites</property>
</item>
Your StringCompares (at least for the horizontal layout) all reference "favourites" for the widgetID - I'm assuming these are case sensitive...? Though quickly changing them to "Favourites" doesn't appear to have fixed it.
Ah, I think it's this line in Home.xml:
Code:
<onload condition="System.HasAddon(script.favourites) + Skin.HasSetting(HomeFavourites)">RunScript(script.favourites)</onload>
I can't see anywhere in skin settings where HomeFavourites can be set anymore, so this is always False. Deleting " + Skin.HasSetting(HomeFavourites)" causes the Favourites widget to show (though I've also edited the case of the StringCompares in Include_Home_Horizontal now, which may not be necessary after all)
That's really strange because I fixed that before submitting to the official repo as you can see here -
https://code.google.com/p/skin-conq/sour...9/Home.xml
(2014-08-16, 03:06)Prizm4 Wrote: [ -> ]Interesting, when I installed this skin it automatically used my custom home menu from ReFocus. I'm used to having to redo everything when I install a new skin.
That's the beauty of skin shortcuts, thanks to Unfledged.