mcmuffy
12-03-2010, 01:16 PM
The following line of code is throwing an error:
var tempTextFormat:TextFormat = myTextArea.getTextFormat(myTextArea.selectionBegin Index, myTextArea.selectionEndIndex);
Call to a possibly undefined method getTextFormat
Am I missing a library (I have flash.text.textformat included) or am I doing something wrong?
Cheers
Ray
var tempTextFormat:TextFormat = myTextArea.getTextFormat(myTextArea.selectionBegin Index, myTextArea.selectionEndIndex);
Call to a possibly undefined method getTextFormat
Am I missing a library (I have flash.text.textformat included) or am I doing something wrong?
Cheers
Ray