Hello Folks, i suppose there's something i didn't understand well, but here is what's happen. I know it's hard to understand in this way, but i will try to explain the concept as well.
I have set a custom variant of 320 x 800 with a panel inside (i have a long panel) positioning JUST labels views with text, by dinamically by code; i used just DIP measure, for example Label12.Top = Label1.Top + 10dip and calculated height with "MeasureMultilineTextHeight" method.
What's happen is that on a 320 x 480 all views are located corretly in the panel; when i move on my tablet of 1024 x 600 resolution, i see a bit messed positions... there's no keeping of the correct distance, some labels have a bit wrong height respect to 320 x 480, although the routine code is the same. In both device the scale is 1 (the scale variant i used is 1 too).
Any suggestions please ? I think i have to undestand something better.
Thank you !
I have set a custom variant of 320 x 800 with a panel inside (i have a long panel) positioning JUST labels views with text, by dinamically by code; i used just DIP measure, for example Label12.Top = Label1.Top + 10dip and calculated height with "MeasureMultilineTextHeight" method.
What's happen is that on a 320 x 480 all views are located corretly in the panel; when i move on my tablet of 1024 x 600 resolution, i see a bit messed positions... there's no keeping of the correct distance, some labels have a bit wrong height respect to 320 x 480, although the routine code is the same. In both device the scale is 1 (the scale variant i used is 1 too).
Any suggestions please ? I think i have to undestand something better.
Thank you !