Author Topic: custom toolbar  (Read 9244 times)

avantuser1114

  • Active Member
  • ***
  • Posts: 121
    • View Profile
custom toolbar
« on: November 08, 2012, 10:10:18 »
is it possible to make my own toolbar?it should be able to contain commands and applications

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: custom toolbar
« Reply #1 on: November 08, 2012, 10:56:54 »
At the moment separate quick launch bar can be enabled. It may contain custom user commands and applications.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: custom toolbar
« Reply #2 on: November 08, 2012, 18:14:46 »
As Jungle says, the QuickLaunch bar can be used to add both external programs and internal command.

See doc for more info

avantuser1114

  • Active Member
  • ***
  • Posts: 121
    • View Profile
Re: custom toolbar
« Reply #3 on: November 09, 2012, 22:48:57 »
by internal commands you mean even the predefined ones?like calculate folder sizes, display hidden/system files, select all, ect?i'd really like to put all of this in a quick launch bar..if ever they're possible, please specify the steps..i think they are not the same with external programs that can be dragged and dropped to quick launch bar..

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: custom toolbar
« Reply #4 on: November 09, 2012, 23:23:57 »
in 'User Defined Command' you can create new commands of different type. With "Internal Commands" most of the install commands can be select. or to be able to customze them more you use command of the type "Custom Command",
This commands can then be added to the quick launch bar when right clicking on the it and selecting "Insert User Defined Command"

avantuser1114

  • Active Member
  • ***
  • Posts: 121
    • View Profile
Re: custom toolbar
« Reply #5 on: November 10, 2012, 00:51:54 »
great!only problem is showing/hiding hidden and system files..i don't see any in the list of commands..i want separate button for each of these two..one for hidden and another for system files...

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: custom toolbar
« Reply #6 on: November 11, 2012, 16:39:19 »
create a User Defined Command of Custom Command type

For showing hidden/system files
Code: [Select]
MC.CmdLineRun CMD=":showhidden"
To hide hidden/system files
Code: [Select]
MC.CmdLineRun CMD=":hidehidden"