Cursor postion in a flex TextArea control using the TextLineMetrics class

Problem: We want to add a pop-up box to a TextArea control as a user is types a specific word or set of words into a TextArea control. The pop-up box should needs to be at the position of the cursor, but we don’t know the x & y position of the cursor. Solution: With [...]