Filtering Entries in Combo Box and List Box Text

Some JADE development environment and Painter forms allow filtering of combo box and list box entries, to enable you to locate a required list item more quickly, in a similar way to the F4 (Find Type) functionality. This feature uses standard combo box and list box facilities to achieve this filtering, and applies to the following forms and controls.

When you enter text in a combo box or the text box associated with a list box, the displayed list items are only those entries that contain the specified text (case‑insensitive) or if the specified text is all uppercase, the entries with the same Pascal case (for example, CA matches CustomerAddress). Because the search process handles uppercase searches if all text entered after the first character is uppercase, the list includes all entries in which the first character of the entity name matches the first entered character and the entity name has uppercase characters that match the order of the remaining entered uppercase text. For example, entering sNT in the method combo box of the navigation bar includes method names searchNameTextOnly and someNumberedTest.

To select the entry that you want to locate in a list box (for example, in the Find Type dialog or using AutoComplete functionality in the editor pane), use the:

To select the entry that you want to locate in the combo box or list box, perform one of the following actions.

You can achieve the same thing in your own JADE systems, as follows.

For a combo box, the click event is not normally implemented. The selection action is performed on the closeup event so that nothing happens until the user completes the selection action.

2020.0.01 and higher