Answered
How to Change Selection Mode In Text Layout
Can i change the selection mode as read only, read-select and read -write.
Regards
Varun Rathore
Can i change the selection mode as read only, read-select and read -write.
Regards
Varun Rathore
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.