jesustarre Member Licensed User Longtime User Feb 26, 2013 #1 Hello ... first of all, thanks for this fantastic tool. I'm a rockie with B4A and I have a easy question (I Think) How can I scrool my screen when the keyboard pop up? I'm using the designer with a background image, Edittexts, Labels thanks in advance for you help
Hello ... first of all, thanks for this fantastic tool. I'm a rockie with B4A and I have a easy question (I Think) How can I scrool my screen when the keyboard pop up? I'm using the designer with a background image, Edittexts, Labels thanks in advance for you help
R rildomoraes Member Licensed User Longtime User Feb 27, 2013 #2 Add a ScrollView to Activity and use ScrollView.Panel.LoadLayout to load a layout from designer. Upvote 0
jesustarre Member Licensed User Longtime User Feb 27, 2013 #3 thanks for your quick reply The thing is I need the scrollview only when the keyboard shows up Thanks for your help Upvote 0
thanks for your quick reply The thing is I need the scrollview only when the keyboard shows up Thanks for your help
Erel B4X founder Staff member Licensed User Longtime User Feb 27, 2013 #4 You should use the IME library (HeightChanged event). Upvote 0
jesustarre Member Licensed User Longtime User Feb 27, 2013 #5 Thanks Erel I'm gonna try IME and I let you know. Upvote 0