Hello
I'm testing the trial from Designer4Android. I created a little test program with 4 views (label, listview, edittext and button). I added a script to align the views:
'All variants script
lblInfo.Width = 100%x
lstInfo.Width = 100%x
edtInfo.Width = 100%x
btnInfo.Width = 100%x
btnInfo.Bottom = 100%y
edtInfo.Bottom = btnInfo.Top
lstInfo.SetTopAndBottom(lblInfo.Bottom, edtInfo.Top)
But after LoadLayout() the script seems not running, the views stays in place as designed.
Is this a limitation of the trial or is something wrong?
Manfred
I'm testing the trial from Designer4Android. I created a little test program with 4 views (label, listview, edittext and button). I added a script to align the views:
'All variants script
lblInfo.Width = 100%x
lstInfo.Width = 100%x
edtInfo.Width = 100%x
btnInfo.Width = 100%x
btnInfo.Bottom = 100%y
edtInfo.Bottom = btnInfo.Top
lstInfo.SetTopAndBottom(lblInfo.Bottom, edtInfo.Top)
But after LoadLayout() the script seems not running, the views stays in place as designed.
Is this a limitation of the trial or is something wrong?
Manfred