Display Uneditable Text

mjtaryan

Active Member
Licensed User
Longtime User
I have a text file formatted using Andrew Graham's RichString library, the content of which is longer than the screen of smaller devices (i.e. Evo 4g). I want to display it so that it cannot be modified in any way. This includes not causing the text selection box to be displayed on a long click as well as not providing any imput methoc. I've tried using a Label, but it doesn't display everything and doesn't scroll. I then tried using EditText, but although it scrolls, the user can also cause the selection box to appear and select and cut, copy, etc. the text. This is true even though the input is set to None. Therefore, my question is how can I display the file in a completely uneditable way that allows for vertical scrolling? Or am I simply going to have to sonsume the long click? Thanks.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…