Multi Commander > Support and Feedback
quick look setup always displays "Commander style"
Mathias (Author):
--- Quote from: ncnnnn on June 25, 2024, 14:24:31 ---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;
}
--- End quote ---
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.
ncnnnn:
ok. thank you.
--- Quote from: Mathias (Author) on June 25, 2024, 14:29:28 ---
--- Quote from: ncnnnn on June 25, 2024, 14:24:31 ---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;
}
--- End quote ---
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.
--- End quote ---
ncnnnn:
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");
}
--- Quote from: Mathias (Author) on June 25, 2024, 14:25:14 ---
--- Quote from: ncnnnn on June 25, 2024, 14:16:43 ---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”
--- End quote ---
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
--- End quote ---
Mathias (Author):
--- Quote from: ncnnnn on June 25, 2024, 14:41:11 ---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);
}
--- Quote from: Mathias (Author) on June 25, 2024, 14:25:14 ---
--- Quote from: ncnnnn on June 25, 2024, 14:16:43 ---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”
--- End quote ---
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
--- End quote ---
--- End quote ---
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
ncnnnn:
ok👌. I see. thank you!!👍
I just want it can tip I selected which mode. :)
--- Quote from: Mathias (Author) on June 25, 2024, 14:48:39 ---
--- Quote from: ncnnnn on June 25, 2024, 14:41:11 ---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);
}
--- Quote from: Mathias (Author) on June 25, 2024, 14:25:14 ---
--- Quote from: ncnnnn on June 25, 2024, 14:16:43 ---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”
--- End quote ---
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
--- End quote ---
--- End quote ---
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
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version