Hey,
i got the following Problem:
I just started to build an UI for a new Project but the Emulator does not refresh the design. I tried everything like, reconnect to B4A, restart my laptop, but nothing works for me.
I use the feature of the design script for practice
I use the emulator instead of the Abstract designer because it is more accurate for me.
Here is a Link to an screenshot from the abstract designer and the emulator, where you can see what i mean:
http://abload.de/img/unbenanntdzaj0.jpg
And here is the code from the Design Script:
AutoScaleAll
btn_choose.HorizontalCenter = 50%x
btn_choose.VerticalCenter = 50%y
btn_new.HorizontalCenter = 50%x
btn_new.VerticalCenter = 50%y
lbl_choose.HorizontalCenter = 50%x
lbl_choose.VerticalCenter = 50%y
spn_Project.HorizontalCenter = 50%x
spn_Project.VerticalCenter = 50%y
btn_choose.Height = 48dip
spn_Project.Height = 48dip
btn_new.Height = 48dip
btn_new.Width = btn_choose.Width
spn_Project.Bottom = btn_choose.Top - 4dip
lbl_choose.Bottom = spn_Project.Top - 4dip
btn_new.Top = btn_choose.Bottom
btn_new.Left = btn_choose.Left
I hope cou can help me :S
-voiD