Issue: Currently, the contents of the TextEdit control cannot be properly altered from code. Altering the TextEdit's label will only work until you start typing, where it will be replaced by the contents of the private 'edit' variable.
Desired Solution: Adding a .text property or set_text( text:String ) method so that the contents can be easily changed from code.
Issue: Currently, the contents of the TextEdit control cannot be properly altered from code. Altering the TextEdit's label will only work until you start typing, where it will be replaced by the contents of the private 'edit' variable.
Desired Solution: Adding a .text property or set_text( text:String ) method so that the contents can be easily changed from code.