Hi,
Why my views are misplaced when I send my project to IU Cloud.
'All variants script
'AutoScaleAll 'uncomment to scale all views based on the device physical size.
Panel_Splash.Top = 0%y
Panel_Splash.left = 0%x
Panel_Splash.Width = 100%x
Panel_Splash.Height = 100%y
ImgPub1.Left = 0%x
ImgPub1.width = 100%x
ImgPub1.Height = 10%y
ImgPub1.Bottom = 100%y
BtnSMS.Left = 5%x
BtnSMS.Width = 90%x
BtnSMS.Height = 10%y
BtnSMS.Bottom = 80%y
MapWebView.Top =0%x
MapWebView.Left =0%X
MapWebView.Width = 100%x
MapWebView.Height = 100%y
BtnMail.Left = 5%x
BtnMail.Width = 90%x
BtnMail.Height = 10%y
BtnMail.Bottom = 90%y
PnlPosition.Width = 100%x
PnlPosition.Right = 100%x
PnlPosition.Top = 0%y
'LblPosition.HorizontalCenter = 50%x
LblPosition.SetLeftAndRight(15dip, PnlPosition.Width - 15dip)
'LblAdresse.HorizontalCenter = 50%x
LblAdresse.SetLeftAndRight(15dip, PnlPosition.Width - 15dip)
LblAide.Right = 90%x
LblAide.Width = 80%x
LblAide.Top = ImageView1.Bottom + 3dip
BtnMap.Right = 100%x - 35dip
BtnMap.Top = PnlPosition.Bottom
BtnMap.Width = ImageView1.Width
BtnMap.Height = ImageView1.Height
ImageView1.Left = 35dip
ImageView1.Top = PnlPosition.Bottom
On my device Gakaxy S2 it is OK but on UI Cloud, with the Galaxy Note and the Samsung 1900, some views or buttons are poorly positioned despite a script that I think correct.
For example, "ImgPub1" does not reach the bottom of the screen or does not occupy the entire width of the screen as I show on the attachements.
Thank you.
NB : When I send to UI Cloud it says : " Layout is long than 500 kb, it will be send without files.