Author Topic: quick look setup always displays "Commander style"  (Read 489 times)

ncnnnn

  • Junior Member
  • **
  • Posts: 30
    • View Profile
quick look setup always displays "Commander style"
« 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


 :)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4356
    • View Profile
    • Multi Commander
Re: quick look setup always displays "Commander style"
« Reply #1 on: June 25, 2024, 10:09:48 »
Have see no issue when switching to Windows Explorer mode..  What issue do you have? what do you do ?

Dont understand you second part.

« Last Edit: June 25, 2024, 10:13:37 by Mathias (Author) »

ncnnnn

  • Junior Member
  • **
  • Posts: 30
    • View Profile
Re: quick look setup always displays "Commander style"
« Reply #2 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”


ncnnnn

  • Junior Member
  • **
  • Posts: 30
    • View Profile
Re: quick look setup always displays "Commander style"
« Reply #3 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;
}

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4356
    • View Profile
    • Multi Commander
Re: quick look setup always displays "Commander style"
« Reply #4 on: June 25, 2024, 14:25:14 »
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

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4356
    • View Profile
    • Multi Commander
Re: quick look setup always displays "Commander style"
« Reply #5 on: June 25, 2024, 14:29:28 »
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.



ncnnnn

  • Junior Member
  • **
  • Posts: 30
    • View Profile
Re: quick look setup always displays "Commander style"
« Reply #6 on: June 25, 2024, 14:33:24 »
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.

ncnnnn

  • Junior Member
  • **
  • Posts: 30
    • View Profile
Re: quick look setup always displays "Commander style"
« Reply #7 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.."

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
« Last Edit: June 25, 2024, 14:49:31 by ncnnnn »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4356
    • View Profile
    • Multi Commander
Re: quick look setup always displays "Commander style"
« Reply #8 on: June 25, 2024, 14:48:39 »
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


ncnnnn

  • Junior Member
  • **
  • Posts: 30
    • View Profile
Re: quick look setup always displays "Commander style"
« Reply #9 on: June 25, 2024, 14:55:15 »
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
« Last Edit: June 25, 2024, 14:57:55 by ncnnnn »