header-control

Class

Package: common-graphics

Class

The class of the header-control control.

Control

An instance of the header-control class. This control serves as a sorting tool for other controls.

There is a good example of a header-control in the Process Dialog (available via the View | Processes menu command) in Allegro. Assigning sort functions to the keys and attaching it programmatically to another control will mean that you can click one of the keys in the header-control and the multi-column list will re-shuffle itself according to another category in the list. You can also stretch or shrink the dialog and the columns stay lined up under the headers.

Adding a header-control to your form

Click the header-control tool on the Component toolbar. Move the mouse cursor to the part of the form where you want to place the control, and click again. The control will appear with colored resizing handles.

Resizing and moving the control

Controls can only be resized and moved on forms during the design stage; the size and location of everything is fixed on a running form.

Resize the control by clicking the mouse cursor and dragging one of the handles to the new size-point. Release the mouse key when you are satisfied with the new size.

Resizing the header-control won't mean proportional changes in the size of the characters inside the list. Change the font property if you want to change the size of the actual characters displayed on the keys of the control.

Move the control by clicking anywhere on it except a resizing handle and dragging it to a new location on the form. Release the mouse key when you are ready to place the control.

Customizing the header-control

Edit the range of the header-control either via the Extended Editor key (the one with the 3 ellipsis) in the Inspector or programmatically.

You can copy one of the existing make-instances and paste it inside the expression, then change the value of the key and the key-name. You can also re-write the whole make-instance from scratch.

Use text-based labels on header control keys; bitmaps and other graphics are not allowed.

See About how to get sample code for creating controls in cgide.htm, which explains how to use the IDE to create such code.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.