Multi Commander Support Forum
Multi Commander => Support and Feedback => Topic started by: ncnnnn on June 25, 2024, 09:06:30
-
quick look setup always displays "Commander style"
Even if I switch to WINDOWS EXPLORER.
So might think there was no switch and choose again.
Additionally, if "WINDOWS EXPLORER" is selected, can it automatically cancel some plugins that replace the default WINDOWS. For example, the zip copy dialog box
:)
-
Have see no issue when switching to Windows Explorer mode.. What issue do you have? what do you do ?
Dont understand you second part.
-
hope it display
“Multi commander is using the Window Explorer Style Look and Feel ”
not
“Multi commander is using the Commander Style Look and Feel as default”
-
multicommander default use farar.dll unrar *.rar.
if select "windows explorer compatibility look'n'Feel"
auto diable farar.dll and can use winrar.exe open *.rar.
like:
farar.enable=true
if(window.explorer.feel==true)
{
farar.enable=false;
}
-
hope it display
“Multi commander is using the Window Explorer Style Look and Feel ”
not
“Multi commander is using the Commander Style Look and Feel as default”
Not sure what you mean.??
Yes by default MC is using Commander Style. If you cancel that dialog on first startup, you end up with commander styled.
If you want MC mouse / keyboard be setup to be like Windows Explorer. You need to configure that your self OR select the Quick Look 'n'Feel dialog. that will change all settings to switch setup
-
multicommander default use farar.dll unrar *.rar.
if select "windows explorer compatibility look'n'Feel"
auto diable farar.dll and can use winrar.exe open *.rar.
like:
farar.enable=true
if(window.explorer.feel==true)
{
farar.enable=false;
}
you mean FSRar.dll , The Rar Extension for MC ?
None of the extensions are disabled when switching mode..
Switching mode is just a quick way to switch many settings at once.
You can disabled that extension in the "Manage Plugins and Extensions" dialog.
-
ok. thank you.
multicommander default use farar.dll unrar *.rar.
if select "windows explorer compatibility look'n'Feel"
auto diable farar.dll and can use winrar.exe open *.rar.
like:
farar.enable=true
if(window.explorer.feel==true)
{
farar.enable=false;
}
you mean FSRar.dll , The Rar Extension for MC ?
None of the extensions are disabled when switching mode..
Switching mode is just a quick way to switch many settings at once.
You can disabled that extension in the "Manage Plugins and Extensions" dialog.
-
string strmc=“Multi commander is using the Commander Style Look and Feel”
string strwin="Multi commander is using the Window Explorer Style Look and Feel"
string strMcTips="how do you want to control Multi Commander\n"+strmc+"\n The Commander.."
string strWinTips="how do you want to control Multi Commander\n"+strwin+"\n The Commander.."
string strfeel="mc";
strfell=readCfg("feel");
if(strfeel=="mc"){
QuickFeelDilog.setTips(strMcTips);
}
if(strfeel=="win"){
QuickFeelDilog.setTips(strWinTips);
}
btnMc.onClick(){
{
QuickFeelDilog.setTips(strMcTips);
writeCfg("feel","mc");
}
btnWin.onClick(){
{
QuickFeelDilog.setTips(strWinTips);
writeCfg("feel","win");
}
hope it display
“Multi commander is using the Window Explorer Style Look and Feel ”
not
“Multi commander is using the Commander Style Look and Feel as default”
Not sure what you mean.??
Yes by default MC is using Commander Style. If you cancel that dialog on first startup, you end up with commander styled.
If you want MC mouse / keyboard be setup to be like Windows Explorer. You need to configure that your self OR select the Quick Look 'n'Feel dialog. that will change all settings to switch setup
-
string strmc=“Multi commander is using the Commander Style Look and Feel”
string strwin="Multi commander is using the Window Explorer Style Look and Feel"
string strMcTips="how do you want to control Multi Commander\n"+strmc+"\n The Commander.."
string strWinTips="how do you want to control Multi Commander\n"+strwin+"\n The Commander.."
btnMc.onClick(){
{
QuickFeelDilog.setTips(strMcTips);
}
btnWin.onClick(){
{
QuickFeelDilog.setTips(strWinTips);
}
hope it display
“Multi commander is using the Window Explorer Style Look and Feel ”
not
“Multi commander is using the Commander Style Look and Feel as default”
Not sure what you mean.??
Yes by default MC is using Commander Style. If you cancel that dialog on first startup, you end up with commander styled.
If you want MC mouse / keyboard be setup to be like Windows Explorer. You need to configure that your self OR select the Quick Look 'n'Feel dialog. that will change all settings to switch setup
There is no "Commander Style" is ON / OFF thing.. When switching Windows Explorer mode, a whole range of settings are modified to match how Windows Explorer works.
Mouse settings are changed to match Windows Explorer. and how selection work. You can do all this changes your self in Core settings and Explorer Panel Settings. You can do the quick switch to Windows Explorer mode and then customize some things to work like Commander style.
Commander Style / Windows Explorer mode is not a simple on off thing. it just a quick way to change MANY settings to change MC
-
ok👌. I see. thank you!!👍
I just want it can tip I selected which mode. :)
string strmc=“Multi commander is using the Commander Style Look and Feel”
string strwin="Multi commander is using the Window Explorer Style Look and Feel"
string strMcTips="how do you want to control Multi Commander\n"+strmc+"\n The Commander.."
string strWinTips="how do you want to control Multi Commander\n"+strwin+"\n The Commander.."
btnMc.onClick(){
{
QuickFeelDilog.setTips(strMcTips);
}
btnWin.onClick(){
{
QuickFeelDilog.setTips(strWinTips);
}
hope it display
“Multi commander is using the Window Explorer Style Look and Feel ”
not
“Multi commander is using the Commander Style Look and Feel as default”
Not sure what you mean.??
Yes by default MC is using Commander Style. If you cancel that dialog on first startup, you end up with commander styled.
If you want MC mouse / keyboard be setup to be like Windows Explorer. You need to configure that your self OR select the Quick Look 'n'Feel dialog. that will change all settings to switch setup
There is no "Commander Style" is ON / OFF thing.. When switching Windows Explorer mode, a whole range of settings are modified to match how Windows Explorer works.
Mouse settings are changed to match Windows Explorer. and how selection work. You can do all this changes your self in Core settings and Explorer Panel Settings. You can do the quick switch to Windows Explorer mode and then customize some things to work like Commander style.
Commander Style / Windows Explorer mode is not a simple on off thing. it just a quick way to change MANY settings to change MC