Edit home screen
#1
Hello

Could someone please guide me to which file I need to edit to remove this box (marked in pink):
Image

I can atleast not find a way to remove it from the menus.

Thanks alot, I have tried to search for my question but could not find anything relevant, most likely because I dont know what that box could be called.
Reply
#2
One week, 166 views and noone who could be kind enough and atleast point me in the right direction?
Reply
#3
(2014-01-17, 12:01)pomah Wrote: One week, 166 views and noone who could be kind enough and atleast point me in the right direction?

Perhaps the people who clicked on this thread were willing to help, but simply could not. Failure to be of any assistance is not equal to being rude.

- Go to "C:\Users\YOURUSERNAME\AppData\Roaming\XBMC\addons\skin.ace\720p".

- Delete the following in IncludesMenuH.xml:
Code:
    <control type="image"><!-- Fundo do status -->
    <posx>13</posx>
    <posy>560</posy>
    <width>479</width>
    <height>35</height>
    <aspectratio>stretch</aspectratio>
    <texture>statuswidget.png</texture>
    <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
    <include>Animation_HomeGlass</include>
    </control>
    <control type="image">
    <posx>465</posx>
    <posy>573</posy>
    <width>14</width>
    <height>14</height>
    <texture>led.png</texture>
    <colordiffuse>$VAR[value_headercolor]</colordiffuse>
    <include>Animation_Fade</include>
    <visible>Control.Hasfocus(9000)</visible>
    </control>

- In IncludesVIPMenu.xml, delete:
Code:
<label2 fallback="31097">$VAR[value_librarymovies]</label2>
as well as all the other "label2" lines.
Reply
#4
Thank you for your help and reply.

(2014-01-17, 22:16)CutSickAss Wrote:
(2014-01-17, 12:01)pomah Wrote: One week, 166 views and noone who could be kind enough and atleast point me in the right direction?

Perhaps the people who clicked on this thread were willing to help, but simply could not. Failure to be of any assistance is not equal to being rude.

- Go to "C:\Users\YOURUSERNAME\AppData\Roaming\XBMC\addons\skin.ace\720p".

- Delete the following in IncludesMenuH.xml:
Code:
    <control type="image"><!-- Fundo do status -->
    <posx>13</posx>
    <posy>560</posy>
    <width>479</width>
    <height>35</height>
    <aspectratio>stretch</aspectratio>
    <texture>statuswidget.png</texture>
    <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
    <include>Animation_HomeGlass</include>
    </control>
    <control type="image">
    <posx>465</posx>
    <posy>573</posy>
    <width>14</width>
    <height>14</height>
    <texture>led.png</texture>
    <colordiffuse>$VAR[value_headercolor]</colordiffuse>
    <include>Animation_Fade</include>
    <visible>Control.Hasfocus(9000)</visible>
    </control>

- In IncludesVIPMenu.xml, delete:
Code:
<label2 fallback="31097">$VAR[value_librarymovies]</label2>
as well as all the other "label2" lines.
Reply

Logout Mark Read Team Forum Stats Members Help
Edit home screen0