User profile: WywrdAF

User info
User name:WywrdAF
History
Joined:
Number of posts:10
Latest posts:

SIGN-UP/LOG-IN: Login While loop exits early
I'm sorry for passing through here again but i swear, I'm almost done. The problem lies in the la...

SIGN-UP/LOG-IN: "enter password" gets erased
You're right! I just added a counter for the characters and it worked. Thank you so much!

SIGN-UP/LOG-IN: "enter password" gets erased
Oh! Thank you for that! But how can I avoid backspacing on the screen as well? i tried putting a cou...

SIGN-UP/LOG-IN: "enter password" gets erased
Like this? Still won't work [code] if (z==8) { if (pass.length()>0) {...

SIGN-UP/LOG-IN: "enter password" gets erased
Oh i get it now, I'm sorry. My wording should be: But when I continually press backspace after input...