Author Topic: starting on the left panel  (Read 8857 times)

tkuna

  • Newbie
  • *
  • Posts: 9
    • View Profile
starting on the left panel
« on: September 23, 2012, 14:01:22 »
If possible, MC should start with left panel active.
tkuna

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: starting on the left panel
« Reply #1 on: September 23, 2012, 15:08:45 »
Not in an easy way yet. Since all tab are independent instances of an extension/plugin. The one that get the startup focus during startup is the one that get created last.

Until that can be done, there is a workaround for it using script.
You can create a User Defined Command that is automatically run after startup that changes the tab focus.

To auto run a command after startup you need to add the -AutoRun=<command to run> parameter to MultiCommander.exe
Code: [Select]
MultiCommander.exe -AutoRun=AutoRun
And then create a User Defined Command of "CustomCommand" type, That you name "AutoRun" (or what ever name you choose for the -AutoRun= parameter), Then in that command you can write
Code: [Select]
MC.SetActivePanel PANEL=LEFT

tkuna

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: starting on the left panel
« Reply #2 on: September 24, 2012, 08:31:18 »
doesn't work any more
tkuna
« Last Edit: October 19, 2012, 19:18:42 by tkuna »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: starting on the left panel
« Reply #3 on: October 25, 2012, 22:20:10 »
Works for me in 2.7.2

tkuna

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: starting on the left panel
« Reply #4 on: December 01, 2012, 11:12:36 »
My mistake, sorry!