Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-02-05, 23:14)BobCratchett Wrote:
(2016-02-05, 21:10)jinux Wrote: Awesome skin yes, could someone tell me where i can find the text "NEXT:" ? So i can take it down a few on the y-position. It seems the text "NEXT:"is overlapping my RSS. Or at least i think it looks better when it is not so close to the RSS.

Ofcourse i have been searching on internet and in xml files, but i cannot seem to find it, could someone help me? or at least point me in the right direction in which xml this is in?

Thanks in advance

As coincidence would have it, I've just been getting that bottom bar working in the skinshortcuts-dev branch so can tell you exactly where to look Smile It's at the bottom of home.xml. I can't give you line numbers as the branch I'm working with won't match up to master, but scroll up a little from the bottom to find the lines:-

Code:
<control type="label">
    <visible>!MusicPartyMode.Enabled</visible>
    <posx>0</posx>
    <posy>0</posy>
    <width>750</width>
    <height>36</height>
    <align>right</align>
    <font>Font_Reg22_2</font>
    <label>[COLOR $VAR[FontColorVar]]Next:[/COLOR]</label>
    <shadowcolor>black</shadowcolor>
    <scroll>true</scroll>
    <include>Animation_VisibleChange400</include>
</control>
<control type="label">
    <visible>MusicPartyMode.Enabled</visible>
    <posx>0</posx>
    <posy>0</posy>
    <width>750</width>
    <height>36</height>
    <align>right</align>
    <font>Font_Reg22_2</font>
    <label>[COLOR $VAR[FontColorVar]]Party Mode$INFO[MusicPartyMode.SongsPlayed, (,)   ]Next:[/COLOR]</label>
    <shadowcolor>black</shadowcolor>
    <scroll>true</scroll>
    <include>Animation_VisibleChange400</include>
</control>

A small change to their <posy /> should give you what you want.

Look it worked like a charm:

Image

Thank you, Now i know where it is it is a bit stupid of me not to found it myself.

Maybe you could help me with another thingy?

There is an option for a global blue overlay. Do you perhaps know where this blue overlay is? I mean, i would like to make it that i can choose a color, or change the blue overlay to white for instance. Is it a overlay picture or a color code somewhere, been trying to find this but no luck so far. I do find the diffuseblueoverlay.png in the xml and so but this is a white picture overlay so how is it made blue, i cannot find the place where the color blue is at.


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - by jinux - 2016-02-06, 12:16
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39