Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ury2ok2000

Pages: [1]
1
NGUI 3 Support / Re: Large TextBox Editing
« on: February 09, 2015, 06:50:55 PM »
I get an error about too many vertices if i put it all in one.

2
NGUI 3 Support / Large TextBox Editing
« 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

3
NGUI 3 Documentation / Re: UILabel
« on: January 30, 2014, 12:49:25 PM »
I hope this is the right place to ask this. I am trying to get a label to appear over a game object. However when I try to set the position it always appears at 0,0,0 (center of the screen). The only exception is if I change the label position in the script's update.

I am instantiating a label prefab with the text script attached.

Pages: [1]