Skip to main content
Known Participant
June 15, 2010
Question

Disable TextFlow

  • June 15, 2010
  • 2 replies
  • 534 views

How can I disable a textflow? it's been rendered in a Sprite container. I want to avoid users been able to type in it, at certain times.

Tks.

This topic has been closed for replies.

2 replies

Known Participant
June 16, 2010

you can set the editingMode to allow either selection, editing or only reading.

June 15, 2010

Take a look at TextFlow.interactionManager.

If you set this property to null, your text will not be selectable or editable.

If you set it to a SelectionManager object, your text will be selectable but not editable.

And if you set it to an EditManager object, your text will be selectable and editable.