2
« on: February 07, 2015, 11:00:25 PM »
I am trying to display a large amount of text that the user can highlight / edit. This is for a study program so the text is from a chapter so several pages long. This means that (as far as i know) I cant simply put it all in one text box. So my solution so far has been to split it up into several text boxes thrown into a table and that into a scroll view. Well i can edit the document and scroll through it, however since it is multiple text boxes i run into a problem if i try highlighting 2 boxes at the same time. Say i am starting the highlight at the last editable line in one text box and drag my mouse down to the next it doesn't register on that box. Editing a text box highlights it, as such it seems that i can only do one at a time. Any thoughts on how to get around this? If it helps i do have all the text boxes in an array so i can determine easily the order of the boxes.
v/r
Thanks