How to create a subbar?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
yaramayawho
Junior Member
Junior Member
Posts: 2
Joined: 2013-09-12, 16:29 UTC

How to create a subbar?

Post by *yaramayawho »

Yes I know I'm an idion and I don't know how to create a subbar? Can you help me?

Ok I figured it out. But how to switch between bars? Is there any shorcut?

OK I know how to switch between bars also. Sorry but using this program is a hardcore for me especially that there isn't any useful documentations for example quote from manual:
Total Commander toolbar has a very good feature that lets you switch between bars so you can have multiple toolbars, for instance you can assign the most often used commands for the main bar and assign the less used commands to a subbar and assign folders link commands for another subbar and so on.
This tells me nothing about creating subbars and switch between them.

Please delete this topic.
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to create a subbar?

Post by *Stefan2 »

yaramayawho wrote:Please delete this topic.
Better would be you tell us how it works as you know it now.






.
yaramayawho
Junior Member
Junior Member
Posts: 2
Joined: 2013-09-12, 16:29 UTC

Post by *yaramayawho »

To create a subbar: right click on the button bar | Change | Button bar | >> | File name

To switch between bars: right click on the button bar | Change | Change | Add subbar | File name
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

Try Button Bar Editor to easily edit main bar and all sub-bars simultaneously.
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

I switch my bars by button click.

All my five bars have five icons/buttons, labelled from [1] to [5]
each of this five buttons opens a corresponding bar.
I think I have the basic idea from a plugin 'nested bars' or like this.
That way I can hop from each bar to each other by just a mouse click.

Example:

Code: Select all

TOTALCMD#BAR#DATA
%Commander_Path%\plugins\BARs\Menu01.BAR

%Commander_Path%\plugins\BARs\Menu01.ico
Switch to default bar 1

0
-1
------

Code: Select all

TOTALCMD#BAR#DATA
%Commander_Path%\plugins\BARs\Menu02.BAR

%Commander_Path%\plugins\BARs\Menu02a.ico
Menu Bar 2 - Special tools

0
-1
------

Code: Select all

TOTALCMD#BAR#DATA
%Commander_Path%\plugins\BARs\Menu03.bar

%Commander_Path%\plugins\BARs\Menu03.ico
Menu Bar 3 - VBScripts


-1
the 'a' in the icon name indicates that this is the entry for this loaded bar itself, the currently 'used' bar.

------

The *.bar files are just plain text files, like this excerpt:
from %Commander_Path%\plugins\BARs\Menu02.BAR

Code: Select all

[Buttonbar]
Buttoncount=38
button1=%Commander_Path%\plugins\BARs\Menu01.ico
cmd1=%Commander_Path%\plugins\BARs\Menu01.bar
iconic1=0
button2=%Commander_Path%\plugins\BARs\Menu02a.ico
cmd2=%Commander_Path%\plugins\BARs\Menu02.bar
iconic2=0
menu2=Menu Bar 2 - Special tools
button3=%Commander_Path%\plugins\BARs\Menu03.ico
cmd3=%Commander_Path%\plugins\BARs\Menu03.bar
iconic3=0
menu3=Menu Bar 3 - VBScripts
button4=%Commander_Path%\plugins\BARs\Menu04.ico
cmd4=%Commander_Path%\plugins\BARs\Menu04.bar
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

Stefan2 wrote:I think I have the basic idea from a plugin 'nested bars' or like this.
Yes, that's what Nested Button Bar Creator do :)
Post Reply