Description
It would be nice to have a OnKeyPress trigger on the Editbox widget on a DSP. Now on the editbox only the OnChange is available. This only fires when the field is left. Now this only is supported by the attributesonly widget. But this can not contain any data. To do some action with the pressed key the attributesonly is not the proper widget.
Use Case
Same as the attributesonly. Every keypress will activate the trigger. The pressed key is available as the last character in the field.
Importance
The customer wants to do some action will typing: - they want to retrieve data based upon the characters typed. Perhaps performance is an issue, but they want at least to try this. - autocompletion of text lines
Type
Proc Code
Operating System
Not Applicable
Status
Open