Hi,
I had a simple windows, with a view and a textfield in the view. But when the textfield was selected, the keyboard hid the textfield and i didn't see what i wrote.
I found a solution:
i now have my windows and a scrollview which contain everything (so my view, and the textfield inside my view)
But now when the windows is call (win.open();) the keyboard is automatically aunch at the same time....bad thing.
Any idea of how hide the keyboard? (i only want the keyboard if i click on my textfield)