Skip to main content
Participant
September 30, 2009
Question

Remove blinking cursor When I Use SelectionManager

  • September 30, 2009
  • 1 reply
  • 548 views

I want to remove/invisible the  blinking cursor   when I use only SelectionManager for TextFlow.interactionManager. How can I accomplish this?.

Thanks in advance

This topic has been closed for replies.

1 reply

Adobe Employee
September 30, 2009

Create a new SelectionFormat and assign it to the selectionManager's focusedSelectionFormat property.  SelectionFormat has an alpha and a blinkRate so you can either make it invisible or not blink depending on your needs.

Richard