flex3 - In Flex 3 Textarea, how to implement Text Search functionality -


i wish implement 'find...' functionality on text present in mx:textarea control. find word using indexof() function. finding difficult to:

  1. highlight correct word
  2. continue search using shortcut key ctrl+f (or f3)
  3. wrap search functionality

please let me know way overcome these issues?

the text find can highlighted using textarea.setselection(). reference see this link


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -