----------------------
UPDATE: Problem solved. (It was a mistake in the program)
----------------------
Hi all
I am trying to get out from a strange problem related to the designer.
I want to set the maximum height of a Scrollview Panel as the bottom of another panel.
I am using script-designer and i can see everything correct on the designer (and i also used the correct variant for my phone)
In the code of the app i wrote:
I can see all the elements placed correctly also on a real device but when i try the app the scrollview height is not as expected and some elements are cutted out.
I use this tecnique in other designs and everything is working correctly there.
I can't understand why it is not working in the actual design.
Any suggestions?
Thanks!
UPDATE: Problem solved. (It was a mistake in the program)
----------------------
Hi all
I am trying to get out from a strange problem related to the designer.
I want to set the maximum height of a Scrollview Panel as the bottom of another panel.
I am using script-designer and i can see everything correct on the designer (and i also used the correct variant for my phone)
In the code of the app i wrote:
B4X:
ScrollView.Panel.Height=Panel.Top+Panel.Height
I can see all the elements placed correctly also on a real device but when i try the app the scrollview height is not as expected and some elements are cutted out.
I use this tecnique in other designs and everything is working correctly there.
I can't understand why it is not working in the actual design.
Any suggestions?
Thanks!
Last edited: