Skip to main content
Inspiring
June 3, 2009
Answered

How can I stop the blinking cursor?

  • June 3, 2009
  • 2 replies
  • 887 views

Hey

I have been using an older version of TLF and used blinking = false when I did nor want the cursor to blink.

Now I cannot find another way to achieve this.

It seems like if you use the SelectionManager you are stuck with this default blink.

Or am I wrong?

Regards

Micheal

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer rdermer

The blinkRate was moved from the SelectionManager to the SelectionFormat.  That way you could have separate blink rates for focused and unfocused selections.

http://livedocs.adobe.com/flex/gumbo/langref/flashx/textLayout/edit/SelectionFormat.html

Assign new SelectionFormats to the SelectionManager focusedSelectionFormat, inactiveSelectionFormat and/or unfocusedSelectionFormat properties.

http://livedocs.adobe.com/flex/gumbo/langref/flashx/textLayout/edit/ISelectionManager.html

Richard

2 replies

rdermerCorrect answer
Inspiring
June 3, 2009

The blinkRate was moved from the SelectionManager to the SelectionFormat.  That way you could have separate blink rates for focused and unfocused selections.

http://livedocs.adobe.com/flex/gumbo/langref/flashx/textLayout/edit/SelectionFormat.html

Assign new SelectionFormats to the SelectionManager focusedSelectionFormat, inactiveSelectionFormat and/or unfocusedSelectionFormat properties.

http://livedocs.adobe.com/flex/gumbo/langref/flashx/textLayout/edit/ISelectionManager.html

Richard

mxcAuthor
Inspiring
June 3, 2009

Great thanks for the quick reply its a small thing but important to my current project.

regards

Micheal