ScrollView

cnicolapc

Active Member
Licensed User
Longtime User
Hi
I have a scrollview with a panel and some EditText.
I noticed that when you see the keyboard the EditText remains hidden under and not flow upwards. (eg if the EditText field assigns a value) or if it is on scrollview tabhost.
how can I fix this?
Sorry for my bad english I hope I was clear.
Nicola
 

cnicolapc

Active Member
Licensed User
Longtime User
Hi Klaus,
I enclose a draft ...
In the third Tab there are some EditText that do not flow up.
What a mistake I made​​?
Thank You
Nicola
Ps: I have attached a wrong file first
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Hi Nicola,

I had a look at your code and get the same problem.
I don't have a solution (yet?).
I expected finding a kind of GotFocus event and according to what EditText view was selected set the ScrollView.ScrollPostion.

@ Erel, does there exist a kind of GotFocus event for EditText views that would allow to set the ScrollView.ScrollPostion ?

Best regards.
 
Upvote 0

cnicolapc

Active Member
Licensed User
Longtime User
Hi Klaus
Thank you, we hope that we can find a solution as soon as.
Best Regards
Nicola
PS: GotFocus event would also be helpful to activate the selection in a Edittext when you click, for example to clear at the time that add a new word.
 
Last edited:
Upvote 0
Top