I have a strange error here that I do not understand
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::SimpleButton@28cfdfa1 to fl.text.TLFTextField.
at editor/setmyFormat().
There is no SimpleButton in this project, so I cannot figure this one out.
this is the line of code causing the problem.
var mainText:TLFTextField = TLFTextField(e.target);
Does anyone have a clue what to check for????