So My program is as follows: … tried on builds 1249 and 1256
textArea = native.newTextBox(10, 10, 200, 200 ) textArea.isEditable = true
The simulator will not accept input. Get no indication that the cursor is in the Text Box.
Doing the same thing with:
textArea = native.newTextField(10, 10, 200, 200 ) textArea.isEditable = true
Everything is fine.
Please fix the simulator or help me understand the errors of my ways.
Cheers,
Marc