LucaMs Expert Licensed User Longtime User Jan 7, 2021 #1 Simply applied to Button1 in the default B4XPages template. [Anyway it is not for me, so I'm trying to adapt the CircularProgressBar class, shamelessly copying ?] Attachments SetRotationAnimatedTest.zip 8.9 KB · Views: 286 Last edited: Jan 7, 2021
Simply applied to Button1 in the default B4XPages template. [Anyway it is not for me, so I'm trying to adapt the CircularProgressBar class, shamelessly copying ?]
TILogistic Expert Licensed User Longtime User Jan 7, 2021 #2 Before: Button1.SetRotationAnimated(0, 0) Sub Button1_Click Label1.Text = "Rotating..." Sleep(0) Button1.SetRotationAnimated(0, 0) Button1.SetRotationAnimated(1000, 360) Sleep(1030) Label1.Text = "Completed" End Sub Click to expand... Upvote 0
Before: Button1.SetRotationAnimated(0, 0) Sub Button1_Click Label1.Text = "Rotating..." Sleep(0) Button1.SetRotationAnimated(0, 0) Button1.SetRotationAnimated(1000, 360) Sleep(1030) Label1.Text = "Completed" End Sub Click to expand...
LucaMs Expert Licensed User Longtime User Jan 7, 2021 #3 I had tried: B4X: Button1.Rotation = 0 but that didn't work. Upvote 0
TILogistic Expert Licensed User Longtime User Jan 7, 2021 #4 [Anyway it is not for me, so I'm trying to adapt the CircularProgressBar class, shamelessly copying ?] Click to expand... You remember this: SuperToolTips Hello, Could you tell me which way to use that kind of toolTips : seen on: https://stackoverflow.com/questions/21031488/android-popupwindow-with-tooltip-arrow Regards Michel www.b4x.com Upvote 0
[Anyway it is not for me, so I'm trying to adapt the CircularProgressBar class, shamelessly copying ?] Click to expand... You remember this: SuperToolTips Hello, Could you tell me which way to use that kind of toolTips : seen on: https://stackoverflow.com/questions/21031488/android-popupwindow-with-tooltip-arrow Regards Michel www.b4x.com
LucaMs Expert Licensed User Longtime User Jan 7, 2021 #5 I think that class, CircularProgressBar, also allows for custom acceleration and deceleration, provided I can figure out how to make it work. Upvote 0
I think that class, CircularProgressBar, also allows for custom acceleration and deceleration, provided I can figure out how to make it work.