Hello,
I am using the following code to create a UIFTETextField:
var text1_txt:UIFTETextField = new UIFTETextField();
addChild (text1_txt );
Results in the error:
Parameter direction must be one of the accepted values.
I am using Flex4.1 ACTIONSCRIPT, not MXML.
take care,
lee