Aeon Madnox for Krypton / Jarvis - (no longer in development)
In the Jarvis Madnox version.. the image "showcase_gradient.png" is used for no floor in the landscape view.. the problem is.. that image is on top of the media flags rather then under them.. which is more effective.. I have modified that image and because it appears on top of media flags rather then under them.. it does not look that great.

How can I modify this so that the image appears UNDER the media flags rather then on top of them? After all the point of the image is to darken the fanart so the media flags show up better so having it appear on top of the media flags kinda defeats the point in a way.

The code where this image is added is located in the Includes_Viewtypes.xml file and here is the relivent code:

Code:
    <!--gradient start-->
        <control type="image">
            <left>-17</left>
            <top>1012</top>
            <width>1936</width>
            <height>72</height>
            <texture>views/showcase_gradient.png</texture>
            <include>Animation_CommonFade</include>
            <visible>!Skin.HasSetting(Nofloor) + [Control.IsVisible(8857) | Control.IsVisible(8860)] + ![Control.IsVisible(53) | Control.IsVisible(52) | Control.IsVisible(50) | Control.IsVisible(518) | Control.IsVisible(57) | Control.IsVisible(511) | Control.IsVisible(516) | Control.IsVisible(514) | Control.IsVisible(506) | Control.IsVisible(550)]</visible>
            <animation effect="slide" time="160" end="1440" tween="cubic" condition="Control.IsVisible(510)">Conditional</animation>
            <animation effect="slide" time="160" end="-750" tween="cubic" condition="Control.IsVisible(512)">Conditional</animation>
        </control>
        <control type="image">
            <left>-17</left>
            <top>992</top>
            <width>1936</width>
            <height>92</height>
            <texture>views/showcase_gradient.png</texture>
            <include>Animation_CommonFade</include>
            <visible>Skin.HasSetting(Nofloor) + [Control.IsVisible(8857) | Control.IsVisible(8860)] + ![Control.IsVisible(53) | Control.IsVisible(52) | Control.IsVisible(50) | Control.IsVisible(518) | Control.IsVisible(57) | Control.IsVisible(511) | Control.IsVisible(516) | Control.IsVisible(514) | Control.IsVisible(506) | Control.IsVisible(550)]</visible>
            <animation effect="slide" time="160" end="1440" tween="cubic" condition="Control.IsVisible(510)">Conditional</animation>
            <animation effect="slide" time="160" end="-750" tween="cubic" condition="Control.IsVisible(512)">Conditional</animation>
        </control>
        <!--gradient end-->

Now how that is added to lanscape view I'm at a loss..

I would actually like to remove that all together from the showcase movie view (specifically box sets) as it also uses that image for no floor, but I would rather have no image at all there when I pick no floor.. when you choose logo to show the set name in logo form the background is not needed (as its not large enough to cover the logo)
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838


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 ShadowTek - 2016-11-07, 03:56
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