Version 19 of TclToolbar

Updated 2003-09-30 08:10:44

This Windows application is meant to be a total replacement for the Start Menu. Eventually, it might grow to be a replacement for the entire shell (explorer). Commands can be executed single or double clicking. This allows you to easily have 10 to 50 commands or more accessible in one click.

It features Tcl/Tk support via TclBridge, drag and drop, COM plugin support with event hooking (please see http://www.liquidtoolbar.com/plugins.html ), DDE support, "floating" command support, nested commands, auto-hide, and full scriptability.

It features Tcl/Tk support via TCLBridge, drag and drop, COM plugin support with event hooking (please see http://www.tclbridge.com/toolbar/Plugins.html ), DDE support, "floating" command support, nested commands, auto-hide, and full scriptability.

The TclToolbar download is not currently available. The beta period is over and the next major release is being worked on, please check back later. Thanks.

Here are some screenshots:

The splash screen...

http://www.tclbridge.com/toolbar/screens/splash.jpg

The default main toolbar...

http://www.tclbridge.com/toolbar/screens/default.jpg

The main toolbar configured a little differently (3 rows and 4 columns)...

http://www.tclbridge.com/toolbar/screens/square.jpg

This shows a command that has a sub-commands menu (children):

http://www.tclbridge.com/toolbar/screens/context_children.jpg

This shows the same sub-commands menu as above, using command names instead of codes:

http://www.tclbridge.com/toolbar/screens/context_children_name.jpg

The main toolbar in "shade" mode...

http://www.tclbridge.com/toolbar/screens/shaded.jpg

The command editor...

http://www.tclbridge.com/toolbar/screens/trigger.jpg

The available command flags...

http://www.tclbridge.com/toolbar/screens/trigger_flags.jpg

The options window...

http://www.tclbridge.com/toolbar/screens/options.jpg

The plugins window...

http://www.tclbridge.com/toolbar/screens/plugins.jpg

The command "prompt"...

http://www.tclbridge.com/toolbar/screens/command.jpg

The command history selector...

http://www.tclbridge.com/toolbar/screens/history.jpg

The mini script editor...

http://www.tclbridge.com/toolbar/screens/editor.jpg

The main context menu...

http://www.tclbridge.com/toolbar/screens/context_main.jpg

The context menu for commands...

http://www.tclbridge.com/toolbar/screens/context_command.jpg

The context menu for floating commands...

http://www.tclbridge.com/toolbar/screens/context_float.jpg

Was also known as "Joe's Really Spiffy Tcl/Tk Toolbar". It is now known as LiquidToolbar.

NOTE: Also known as "Joe's Really Spiffy Tcl/Tk Toolbar" RS Was surprised to hear that the above widgetry was all implemented in Visual Basic...

Joe Mistachkin Actually, it uses Visual Basic for the front-end, Visual C++ for TclBridge, and Tcl/Tk scripts to automate it. The COM plugins/hooks can be written in any COM component producing language.

Joe Mistachkin Actually, it uses Visual Basic for the front-end, Visual C++ for TCLBridge, and Tcl/Tk scripts to automate it. The COM plugins/hooks can be written in any COM component producing language.