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

For a TextFlow that is accomplished by assigning the interactionManager.

read-only textFlow.interactionManager = null;

read-select textFlow.interactionManager = new SelectionManager();

read-write textFlow.interactionManager = new EditManager();

Regards,

Richard

1 reply

rdermerCorrect answer
Inspiring
May 29, 2009

For a TextFlow that is accomplished by assigning the interactionManager.

read-only textFlow.interactionManager = null;

read-select textFlow.interactionManager = new SelectionManager();

read-write textFlow.interactionManager = new EditManager();

Regards,

Richard