2013-04-01, 07:15
Yeah I'm still a noob to the whole skinning/modding realm of XBMC...I'm starting to get the hang of it though!
Thanks for the reply!
Thanks for the reply!
(2013-04-01, 07:25)utahman3431 Wrote: When I was pressing enter on System it would go into the Skin settings...not the System settings.
Its all good now, though.
<item id="12">
<description>Home Menu Settings</description>
<label>$LOCALIZE[13000]</label>
<onclick>SetProperty(MenuItemActive,Settings,Home)</onclick>
<onclick>SetProperty(MenuItemSelected,Settings,Home)</onclick>
<onclick>ActivateWindow(Settings)</onclick>
<icon>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</icon>
<thumb>$INFO[Skin.String(HomeItem.12.FanArt)]</thumb>
<property name="SubMenu">Settings</property>
<property name="HiLiteItem">Settings</property>
</item>
<onclick>ActivateWindow(Settings)</onclick>
(2013-04-01, 07:51)HobieWanKenobi Wrote: Thanks, appreciate it.
Also, is there a way to get rid of the grey bar going across the bottom of the screen? Or to make it shorter (not as tall), like just above button height?
Again, awesome work, man.
(2013-04-01, 08:14)HobieWanKenobi Wrote: Not too sure what the proper term for it is, but it might be the floor.
It's just the grey gradient bar that runs along the bottom of my TV screen. The Favorites button and the Power button sit on top of it, or in front of it rather.
Thanks for the fix, one more quick question.
If I wanted to duplicate the skin settings on another installation, what files do I need to copy over. I copied the repo, the skin folder, and the guisettings.xml, but it didn't "sync". If it's not possible, then I'll just do it manually.
Thanks again.
(2013-04-01, 07:39)Mudislander Wrote:(2013-04-01, 07:25)utahman3431 Wrote: When I was pressing enter on System it would go into the Skin settings...not the System settings.
Its all good now, though.
Strange - Since you're digging around the skin at +/- line #1049 in Home.xml does it still say the following -
Code:<item id="12">
<description>Home Menu Settings</description>
<label>$LOCALIZE[13000]</label>
<onclick>SetProperty(MenuItemActive,Settings,Home)</onclick>
<onclick>SetProperty(MenuItemSelected,Settings,Home)</onclick>
<onclick>ActivateWindow(Settings)</onclick>
<icon>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</icon>
<thumb>$INFO[Skin.String(HomeItem.12.FanArt)]</thumb>
<property name="SubMenu">Settings</property>
<property name="HiLiteItem">Settings</property>
</item>
Especially the bitPHP Code:<onclick>ActivateWindow(Settings)</onclick>
(2013-04-01, 18:36)HobieWanKenobi Wrote: Awesome.
If I wanted to remove the submenus, how would I go about doing that?