the following code:
in B4XPage_Appear leaves the picture offset.
rearranging the order of the 3 lines above (and swapping height and width) puts the picture in a different place.
Tested in design view in B4i only.
B4X:
TravPic.mBase.Left = JobInfoPnl2.Width + JobInfoPnl2.Left + 2
TravPic.mBase.Height = 100%x - (TravPic.mBase.Left + 5dip)
TravPic.mBase.Width = TravPic.mBase.Height
rearranging the order of the 3 lines above (and swapping height and width) puts the picture in a different place.
Tested in design view in B4i only.