Hello Guest

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 - Agosh

Pages: [1]
1
Support / Re: Problem with tk2dUIScrollableArea and tk2dTextMesh!!
« on: January 22, 2014, 12:06:13 pm »
Thank you very much! It helped!  :)

2
Support / Re: Problem with tk2dUIScrollableArea and tk2dTextMesh!!
« on: January 22, 2014, 10:39:57 am »
Because I change the text from the script
And this text is located in content of tk2dUIScrollableArea

After that ContentLength not change and scroll work not correctly

3
Support / Re: Problem with tk2dUIScrollableArea and tk2dTextMesh!!
« on: January 22, 2014, 10:34:33 am »
I want to change the padding depending on the properties of the text tk2dTextMesh.
how do I do???????

4
Support / Re: Problem with tk2dUIScrollableArea and tk2dTextMesh!!
« on: January 22, 2014, 10:26:57 am »
How do I know - padding from tk2dTextMesh?

5
Support / Problem with tk2dUIScrollableArea and tk2dTextMesh!!
« on: January 22, 2014, 07:11:15 am »
Unity 4.3.3 f1
2D Toolkit 2.3.3

I have a tk2dUIScrollableArea object on the Scene. In its Content property , the object must be a tk2dTextMesh object.

In the script, the text property of tk2dTextMesh should be changed.

All my attempts do not alter the ContentLength property of tk2dUIScrollableArea.

(MeasureContentLength ()
-no effect.

textGO.transform.parent = null;
text: text + = "Blablabla.";
tehtGO. parent transform. = ScrollableMenu.contentContainer.transform;
-no effect.
And so on.)

I have tried everything and can't understand why it is not happening. And very pleased this extremely intuitivony things!  >:(

The main question is how to do it?!

Pages: [1]