I get an ugly effect when showing a B4XPages.
I set the layout Animation duration to 0ms, but I think that the Root Pane(l) is animated.
I tried:
but it does not work.
I set the layout Animation duration to 0ms, but I think that the Root Pane(l) is animated.
I tried:
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root1.SetLayoutAnimated(0, Root1.Left, Root1.Top, Root1.Width, Root1.Height)
Root = Root1
Root.LoadLayout("MainPage")
End Sub