- See README For Details
GRIDPLUS is a "Grid" based GUI builder system which builds on, simplifies and extends the
existing grid manager. GRIDPLUS layouts are defined as a hierarchy of grids. Each
cell in a grid consists of two elements. These will usually be a text label and some
other widget such as an entry. It is also allowed to have just one element in a cell, or
a cell which is empty. GRIDPLUS grids can also be stretched to neatly fill the cells in
which they are positioned. While the GRIDPLUS grid can be used "native", GRIDPLUS commands
exist to create grids of buttons, checkbuttons,
date selectors, dropdowns (comboboxes), entries,
menubuttons, links and radiobuttons.
All places where text can be displayed make use of the TCL message catalogue
facility.
The GRIDPLUS gpset and gpmap commands greatly simplify setting the values
of the the widgets. The gpmap command is particularly useful setting widgets to values
extract from a data base (SQLite, Metakit etc).
In fact GRIDPLUS is much more than an alternative to the grid geometry manager, it
provides most, if not all, of the facilities required to build complete screens/windows.
In many cases, using GRIDPLUS to code an application GUI will be quicker than using a "Visual"
screen design tool.
Although aimed at producing data entry/update/display form screens for database applications,
it may be useful for other tasks.
Here are some examples to give you an idea.
GRIDPLUS also includes the following features:-
- Scrollable text widget with support for tags.
- Scrollable tablelist.
- Scrollable tree (Tile).
- Calendar style date display selector.
- Notebook widget (Tile).
- Simple drop-down menus.
- Simple method to specify widget traversal order when using the TAB key to navigate the screen.
- A group facility to enable/disable groups of widgets and menu options.
- Facility to include non-GRIDPLUS widgets in groups.
- Simple pattern/procedure based entry validations.
- Works with toplevel windows.
- ...and much, much more!!
Addition information for new users can be found here.
Dr Csaba Nemithi: For the excellent tablelist package.
James H Wright: For suggesting the idea which lead to the container command/mode and
submitting a fix for the notebook/toplevel problem.
| Tcl/Tk | Version 8.5a6 or greater. |
| Tile | Version 0.7 or greater. |
| ICONS | For GRIDPLUS icon button support (Optional). |
| Tablelist | For GRIDPLUS tablelist support (Optional). |
GRIDPLUS Download File Contents:
| LICENSE.gridplus | GRIDPLUS package license/copyright terms. |
| gridplus.tcl | GRIDPLUS package script. |
| pkgIndex.tcl | GRIDPLUS package index script. |
To Install the GRIDPLUS Package (ZIP):
- Create an empty directory in which to unzip the GRIDPLUS download file.
- Copy the GRIDPLUS download file into the new directory.
- Unzip the GRIDPLUS download file using pkzip.
- Start a TCL/TK Console session.
- Display, and make a note of, the library directory using the TCL info command.
- info library
- Create a sub-directory called gridplus2.5 under the "library" directory.
- Copy the GRIDPLUS package files (gridplus.tcl and pkgIndex.tcl) to the gridplus2.5 directory.
|
Using The GRIDPLUS StarKit
|
In addition to the GRIDPLUS package detailed in the installation, the download
page also has an option to download a StarKit containing all of the necessary
packages to run the GRIDPLUS examples.
Note: The GRIDPLUS2.5 requires the 8.5a6 (or later) TclKit, which includes Tile.
The StarKit is also a useful simply as a tool to try out the GRIDPLUS system.
GRIDPLUS2.0 README (7th October 2006).
GRIDPLUS2.1 README (25th February 2007).
GRIDPLUS2.2 README (22nd July 2007).
GRIDPLUS2.3 README (23rd May 2008).
GRIDPLUS2.4 README (5th February 2009).
Copyright © 2009 Adrian Davis.