Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Magic Frame on December 05, 2013, 04:40:18 AM
-
Hi, My game has a system login, before the new version of Ngui worked great, now with the latest version my system login to dead, I discovered that the problem is with the input type, if I have selected "input type = password" it is impossible to login, however if I select "input type= Standard" I can make login perfectly, to now if there is a problem with the asterisks?
-
I think the password type has been removed. You should be able to run your own version, where you can insert whatever in the label you want instead of the raw input, afaik.
-
but the option is still there, I can select the input typ in password.
-
Have you tried Debug.Log on the value you get from the password input field?
-
Hi, My game has a system login, before the new version of Ngui worked great, now with the latest version my system login to dead, I discovered that the problem is with the input type, if I have selected "input type = password" it is impossible to login, however if I select "input type= Standard" I can make login perfectly, to now if there is a problem with the asterisks?
I found the problem and fixed it in the following way.
UILabel.text.ToString() now it returns ****
UIInput.value.ToString() returns correct password