home *** CD-ROM | disk | FTP | other *** search
- Short: Creates a window of user-defined buttons that sends arexx commands
- Type: util/rexx
- Uploader: Greg_Gerke@Sterling.COM
- Author: Greg_Gerke@Sterling.COM
-
- ButtonBar is an Arexx script that creates a window based on user-supplied
- information that will fill the window with buttons that have text written on
- them. In this way you can make a window of your most frequently used commands
- and access them via a click of the mouse.
-
- Quick Start for ButtonBar
- =========================
-
- Here's a way to quick-start using ButtonBar. To do this you'll need to already
- have one of the programs that there is a Template file pre-built for. These
- programs are: Turbotext, Terminus, and Term.
-
- Assuming you're going to use TurboText, you would do the following:
-
- rx buttonbar turbotext.template
-
- This would open a window with a series of buttons of some of the more commonly
- used commands. See the file ButtonBar.iff for what this might look like while
- running.
-
- Also read the full documentation to see how to create your own template files.
-