In B4XPage_Created of B4XMainPage I have this code:
The log does not report zero but the initial width of the View (350, just to say).
I tried many things:
SetLayoutAnimated(0, ...
Sleep(....)
xivSnapshot.Update
B4X:
xivSnapshot.mBase.Width = 0
Log("On start: " & xivSnapshot.mBase.Width)
I tried many things:
SetLayoutAnimated(0, ...
Sleep(....)
xivSnapshot.Update