Page 1 of 1

[Unity] Issues with TextBox.SetText

Posted: 13 Sep 2013, 17:44
by rlebherz
Hi,

I was just playing with the trial version and found 2 issues. I tried to make a simple console, a TextBox for input and a TextBlock that shows everything that has been typed. When "enter" is pressed, the text from the TextBox will be attached to the text of the TextBlock and the TextBox will be cleared.

TextBox.SetText(null) causes an error. In this case null should be interpreted as empty string.

TextBox.SetText("") works fine, but after that, when I try to type text into the text box, Unity crashes because of an access violation.

Re: [Unity] Issues with TextBox.SetText

Posted: 14 Sep 2013, 00:54
by sfernandez
Hi,

We have this bug already reported by another user. We will solve it as soon as possible.
Thanks for your collaboration.

Re: [Unity] Issues with TextBox.SetText

Posted: 23 Sep 2013, 14:14
by sfernandez
It's fixed in our last release: 1.0.4 ;)