Display a drop-down list. DCL Active Tile
This active tile displays a drop-down list box. Contrary to its name, the popup_list drops down, not up.
The popup_list tile first appears as a single line, and more of the list appears when the user clicks the down-arrow. If necessary, the dropped down list also includes This tile is useful when dialog box space is limited.
NOTE By contrast, a list_box tile displays at least two lines of a list by default, along with vertical scrollbars, if necessary. Also, a list_box can permit multiple selections, which a popup_list does not permit.
To create and modify the list displayed by the popup_list tile, use these LISP functions:
int1 | Meaning |
---|---|
1 | Change one item in the list. |
2 | Add an item to the end of the list. |
3 | Create a new list; the default. |
To make the change, use the add_list function. The string argument specifies the text that will be added or replaced in the list:
To end the list processing, call the end_list function, as follows:
NOTE There are no LISP functions for inserting an item in the middle of the list nor for deleting an item from the list.
Valid Attributes
Example
NOTE
value = "0 2 5";
Related DCL Tiles
Tell me about...
Programming Overview of DCL (Dialog Control Language)
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |