TEXT_EDIT_BOX
This widget lets the end user enter text in a box to modify the content of a string object.
Remark: you can change the text properties of this widget just like for any other CELL.
Attributes brief detailed show all inherited
Examples
Here's an example from "Changing text on the fly" tutorial.

Usage hints
Note from the editor: you may find that some DAWs don't let all the keys pass through to the plugin window (like Space or Enter), so you can't type them into TEXT_EDIT_BOX sometimes. Also you may find TEXT_EDIT_BOX a bit unstable in updating the contents of the string. Personally, I find using TEXT_FIELD more reliable.
If you're looking for a "textarea" type editor, take a look at LetiMix TextWidget.
Descendent elements
- TEXT_EDIT_BOX
Comments
Please, authorize to view and post comments.