Author Topic: *BUG* UIInput Input Type Password  (Read 6015 times)

Magic Frame

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
*BUG* UIInput Input Type Password
« 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?

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: *BUG* UIInput Input Type Password
« Reply #1 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.

Magic Frame

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Re: *BUG* UIInput Input Type Password
« Reply #2 on: December 05, 2013, 06:04:47 AM »
but the option is still there, I can select the input typ in password.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: *BUG* UIInput Input Type Password
« Reply #3 on: December 05, 2013, 03:27:12 PM »
Have you tried Debug.Log on the value you get from the password input field?

GantZ_Yaka

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 21
    • View Profile
Re: *BUG* UIInput Input Type Password
« Reply #4 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