Hi,
Can someone explain to me why the “SetRotationAnimated” function behaves differently in B4a and B4i?
In B4a, the content rotates around the left point, whereas in B4i it rotates around the center, which I think is correct.
Is there a way to make B4a rotate from the center as well?
Rotation= 0°
lblArrow.As(B4XView).SetRotationAnimated(300, 0)
Rotation = 180°
lblArrow.As(B4XView).SetRotationAnimated(300, 180)
Can someone explain to me why the “SetRotationAnimated” function behaves differently in B4a and B4i?
In B4a, the content rotates around the left point, whereas in B4i it rotates around the center, which I think is correct.
Is there a way to make B4a rotate from the center as well?
Rotation= 0°
lblArrow.As(B4XView).SetRotationAnimated(300, 0)
Rotation = 180°
lblArrow.As(B4XView).SetRotationAnimated(300, 180)