Hello
I have a problem with the position of the blist under WVGA (480x800 pixel). When I compile with Autoscale, the position under QVGA and VGA are correct. Under WVGA, the blist is higher up from the bottom:
Code:
blist.New2("Form1",0,110,240,140)
When i use ...("Form1",0,110*ScreenScaleY,240,140), the list is to below. What should i do to use the blist under every solution always with the same distance from the bottom?
Thanks for help!!!