Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Magic Frame on December 05, 2013, 04:40:18 AM

Title: *BUG* UIInput Input Type Password
Post 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?
Title: Re: *BUG* UIInput Input Type Password
Post by: Nicki on December 05, 2013, 05:25:57 AM
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.
Title: Re: *BUG* UIInput Input Type Password
Post by: Magic Frame on December 05, 2013, 06:04:47 AM
but the option is still there, I can select the input typ in password.
Title: Re: *BUG* UIInput Input Type Password
Post by: ArenMook on December 05, 2013, 03:27:12 PM
Have you tried Debug.Log on the value you get from the password input field?
Title: Re: *BUG* UIInput Input Type Password
Post by: GantZ_Yaka on February 09, 2014, 08:03:45 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 found the problem and fixed it in the following way.
UILabel.text.ToString() now it returns ****
UIInput.value.ToString() returns correct password