PasswordTextBox: Making password character visible for a moment

2011-10-19 Thread Raja Shekhar
Hi, I would like to make my PasswordTextBox shows typed character for a moment and then change to masking character. This behavior we generally see in Mobiles. Password Character will be shown for small amount of time. Is this possible in GWT ? if so, how can i do that? Can someone please provide

Re: PasswordTextBox: Making password character visible for a moment

2011-10-19 Thread abhiram wuntakal
Hi Raja, I think the way to achieve this is by making use of the keyboard listener functionality. This might need some explicit code. First you define a normal textbox, then when the user types something, set a keyboard listener, and then a timer. Then you can temporarily store the that