Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: kupo on April 15, 2012, 16:52:18

Title: [ADDED] Hide the splash screen.
Post by: kupo on April 15, 2012, 16:52:18
If it's already included, then I must be blind. ;D. I suggest an option to hide the splash screen when Multi Commander is being opened.
Title: Re: Hide the splash screen.
Post by: duci on May 15, 2012, 13:09:19
I agree with this suggestion. I recommend to put this option to the menu or configuration where we can enable or disable this feature.
Title: Re: Hide the splash screen.
Post by: Mathias (Author) on May 15, 2012, 14:05:56
Maybe.. Is there a problem with it ?
Title: Re: Hide the splash screen.
Post by: kupo on May 26, 2012, 07:13:23
Not really, just a preference? :D
Title: Re: Hide the splash screen.
Post by: Mathias (Author) on May 27, 2012, 14:44:06
In the latest beta Build  1080 it should be possible to hide it by adding the registry key HideSplash


Reg Path       : HKEY_CURRENT_USER\Software\MultiCommander\
Reg Key/Value  : "HideSplash"  REG_DWORD - value "1"


Title: Re: [ADDED] Hide the splash screen.
Post by: kupo on May 28, 2012, 06:13:15
Nice! Thank you for taking it into consideration. :D
Title: Re: [ADDED] Hide the splash screen.
Post by: Jungle on May 28, 2012, 07:28:39
If the reason for registry setting is to check parameter before parsing config files, then for portable version there could be a check for file existance. E.g. if zero-size file "nosplash" exists then hide splash.
Title: Re: [ADDED] Hide the splash screen.
Post by: Mathias (Author) on May 28, 2012, 07:59:00
When running in portable mode, and it reads from registry , It then reads from one of the .ini files under SessionConfig\ instead

It should work to add "HideSplash=1" to the file "SessionConfig\Config\MultiCommander.ini"  "SessionConfig\Misc\MultiCommander.ini"

(Should have been /Config/ , Might be moved to the file under /Config/ in final version. )
Title: Re: [ADDED] Hide the splash screen.
Post by: RussWilliams on May 29, 2012, 16:27:05
Thank you very much Mathias.