Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2015-10-24, 17:57)f62b Wrote: Hi,

First, thank you for the great job you did here. I think the good old aeon nox 4 is the best so thank you for bringing it back.

I have a question : How to remove the "Press any key" dialog box when displaying full screen fanart in showcase mode ?

Image


You can remove these lines from the "Includes_Viewtypes.xml" They should be lines 265 to 303.

Code:
        <control type="group">
            <left>20</left>
            <top>-1020</top>
            <visible>Control.HasFocus(109)</visible>
            <include>Animation_WindowFade200</include>
            <animation type="Visible">
                <effect type="zoom" start="150" end="100" center="960,540" time="400" tween="cubic"/>
                <effect type="fade" end="100" time="240"/>
            </animation>
            <animation type="Hidden">
                <effect type="fade" start="100" end="0" time="240"/>
                <effect type="zoom" start="100" end="130" center="960,540" time="240" tween="cubic" easing="in"/>
            </animation>
            <control type="image">
                <width>130</width>
                <height>80</height>
                <texture>dialogs/dialog_back_shadow.png</texture>
                <include>PanelGlowFade</include>
                <visible>!Skin.HasSetting(DisableGlowbar)</visible>
                <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
            </control>
            <control type="image">
                <width>130</width>
                <height>80</height>
                <texture>dialogs/dialog_back.png</texture>
                <animation effect="fade" end="60" time="0" condition="true">Conditional</animation>
                <colordiffuse>$VAR[DialogColorVar]</colordiffuse>
            </control>
            <control type="label">
                <left>15</left>
                <width>100</width>
                <height>74</height>
                <align>center</align>
                <label>31888</label>
                <font>Font_Reg22</font>
                <textcolor>grey2</textcolor>
                <wrapmultiline>true</wrapmultiline>
            </control>
        </control>
Image


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) - by reksp13 - 2015-10-27, 07:41
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