Did behavior of a property change in native.newText*** ?
The following becomes an error by the 2nd line.
1> txtBox = native.newTextBox( x, y, w, h, function( event ) end)
2> txtBox.isEditable = true
Error: … attempt to index field ‘txtBox’ (a string value) message …
Did the setting method change?
A difference was not able to be discovered on a document.
I am examining some soon etc…