Hi all I have the panel1 height and width set to fill the screen .
I am trying to get this to display properly in portrait and landscape. And on my 10in Cruz T410.
I can not seem to get things to display proberly.
1. I need label11 to be top left.
2. Label2 to be top right.
3. txtHome to be top left under label1.
4. txtOpp to be top right under label2.
5. txtinput to be top left under txtHome.
6. EditText1 to be top right under txtOpp.
7. btnSubmit te be topleft under txtinput.
8. btncallDfB top right under EditText1.
9. Lvoutput needs to fill all space from below btnSumit and btncalDb
I hace been looking at the tutorial here
But haveing lots of problems.
Thanks for your time and help to help me learn this Designer Scripts.
I am trying to get this to display properly in portrait and landscape. And on my 10in Cruz T410.
B4X:
'All variants script
Panel1.Width = 100%x
Panel1.Height = 100%y
Label2.Right = 100%x
'txtOpp.Right = Label2.Bottom
'lvoutput.Height= btncallDB.Bottom
lvoutput.Width = 100%x
lvoutput.Bottom = 100%y
I can not seem to get things to display proberly.
1. I need label11 to be top left.
2. Label2 to be top right.
3. txtHome to be top left under label1.
4. txtOpp to be top right under label2.
5. txtinput to be top left under txtHome.
6. EditText1 to be top right under txtOpp.
7. btnSubmit te be topleft under txtinput.
8. btncallDfB top right under EditText1.
9. Lvoutput needs to fill all space from below btnSumit and btncalDb
I hace been looking at the tutorial here
But haveing lots of problems.
Thanks for your time and help to help me learn this Designer Scripts.