Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-11-01, 23:17)WonkyDub Wrote:
(2016-10-31, 16:57)Mike_Doc Wrote: activating Extended glow show make the following 2 images visible in the home bar:

home/homemenu_back_glow.png
views/showcase_glow.png

so, try views/showcase_glow.png and see if it is the issue.

even when i remove home/homemenu_back_glow.png it is still there someho, but when i remove views/showcase_glow.png the full screen overlay glow effect is removed. I do not understand how that is even possible haha.
Any ideas?
Thanks

Hey, I have installed a fresh version of the skin to see if it was something I've done wrong in one of the xmls but I've moved the home/homemenu_back glow up in the home.xml and found that there is actually another image being used to make the whole bar "glow" as seen here. I've also tried removing every .png that has to do with the home menu in home/ and still recieve the same results.

I have thought of a work around but i'm very new to code. would it be possible to activate the views/showcase_glow.png overlays when the 'set area color for home screen' customiser is activated to 'light' and not just 'extended'? i'm assuming i have to change this <visible> line of code in home.xml
Code:
<control type="image">
                <top>-150</top>
                <width>1920</width>
                <height>608</height>
                <texture flipy="true">views/showcase_glow.png</texture>
                <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
                <include>Animation_WindowFade200</include>
                <include>Animation_VisibleChange400</include>
                <animation effect="fade" start="100" end="80" time="4000" pulse="true" condition="true">conditional</animation>
                <visible>Skin.HasSetting(ExtendedGlowMode)</visible>
            </control>
            <control type="image">
                <top>622</top>
                <width>1920</width>
                <height>608</height>
                <texture>views/showcase_glow.png</texture>
                <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
                <include>Animation_WindowFade200</include>
                <include>Animation_VisibleChange400</include>
                <animation effect="fade" start="100" end="80" time="4000" pulse="true" condition="true">conditional</animation>
                <visible>Skin.HasSetting(ExtendedGlowMode)</visible>
            </control>

Any help would be greatly appreciated.

Also.... Thanks for taking the time for such an amazing skin =)

Jay


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
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
RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - by WonkyDub - 2016-11-02, 18:15
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