Earlier, I responded to Erel's release of B4A V 13.7 as follows:
The install and compiles of V13.7 all went well.
The Main page displayed correctly. However, all of my other pages display with the fields moved down about 3/4 inch.
Upon inspection, I realized that I did not explicitly set the 'top' of the fields on the 'mainpage'.
On all other pages, I have set the top similar to:
In this example, I commented out the btactive.top entry and the page now displays normal.
Is there a way around this issue short of removing the 'top' settings?Y
Erel replied to send more info.
I have built the attached program that shows two columns, one with the top label not positioned from the root and the 2nd column positioned at root.top+10DIP.
You can see how the 2nd column is pushed down. Oddly, the clv is not pushed down.
At any rate, this is an example of the action.
We can get around the issue by not explicitly positioning the top entry using root.top, but it might be important to allow it for some users.
Thanks, Cliff McKibbin
The install and compiles of V13.7 all went well.
The Main page displayed correctly. However, all of my other pages display with the fields moved down about 3/4 inch.
Upon inspection, I realized that I did not explicitly set the 'top' of the fields on the 'mainpage'.
On all other pages, I have set the top similar to:
B4X:
private Sub b4xpage_created (root1 As B4XView)
Root=root1
Root.LoadLayout ("TS20")
btActive.Top=Root.Top +10DIP
btSort.Top=btActive.top
imvDetail.Top=btActive.top
In this example, I commented out the btactive.top entry and the page now displays normal.
Is there a way around this issue short of removing the 'top' settings?Y
Erel replied to send more info.
I have built the attached program that shows two columns, one with the top label not positioned from the root and the 2nd column positioned at root.top+10DIP.
You can see how the 2nd column is pushed down. Oddly, the clv is not pushed down.
At any rate, this is an example of the action.
We can get around the issue by not explicitly positioning the top entry using root.top, but it might be important to allow it for some users.
Thanks, Cliff McKibbin