Hi! I created a chat window that uses draggable panel, please see attachment. It can only hold about 160 lines of text before reaching the limit:
"Too many vertices on one panel" The chat window is really just a UIDraggablePanel with a Table in it, and a list of UILabels, nothing fancy... I tried each UILabel holding 1 line of text, so about 160 UILabels, and I tried grouping then so Each UILabel holds about 10 lines of texts which is about 16 UILabels... I guess it made no different, the labels are creating too many vertices and has nothing to do with how they are organized.
So I'm wondering is there anyway around this?
Thanks again