Contents



DH_DropdownList

Next

The DH_DropdownList is an additional GUI control for selecting from a list. It differs slightly in style and operation from the standard SE Dropdown List. Font and color scheme can be chosen to coordinate with your design. The display area can be set to any size. Vertical scrollbars will appear depending on the size of the display area and the length of the list.

The module can be used like other list selection Sub-Controls, by connecting its right-hand side List pin directly to a left-hand side GUI list pin (blue background), or to a List Entry type input through a Patch Mem - List2 module.

In addition to transmitting the selection via the List pin, the module outputs the index and text values of the selected item.

     

Left-hand side pins:

Bkgrd RGB - RGB value of background color.

Text RGB   -  RGB value of text color.

Font           - List of 11 widely distributed fonts.

Font Size    - List of selected font sizes.

Selection   - Text of the selected item

Right-hand side pins:

List            - Connection to a List type GUI pin, or Patch Mem -                    List module

Index         - Index of the selected item.

Selection   - Text of the selected item

Notes:

If a list item has the form
Item Name =nn, where nn is an index number,
that index is output, rather than the ordinal position of the item in the list.

top

Next