Unfortunately this doesn't work for me. After some debbuging I've found in RichEditableText (which is my textDisplay skinPart in TextInput) place where my text is cutted.
Function -> textContainerManager_flowOperationBeginHandler -> textToInsert = textToInsert.substr(0, maxChars - length1); Screen from debugger with values: http://bit.ly/19Ep5Sf maxChars = 11 My text has got exactly 11 characters. ----- Flex/Air Developer -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Copy-Paste-from-MS-Excel-problem-spark-TextInput-tp3105p3122.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
