makis_best Well-Known Member Licensed User Longtime User Oct 16, 2023 #1 Hello. I find from @DonManfred a post about a library for a floating menu. https://www.b4x.com/android/forum/t...and-floating-action-button-fab.65064/#content The library can work with B4X Pages? Does anyone try?
Hello. I find from @DonManfred a post about a library for a floating menu. https://www.b4x.com/android/forum/t...and-floating-action-button-fab.65064/#content The library can work with B4X Pages? Does anyone try?
Sandman Expert Licensed User Longtime User Oct 16, 2023 #2 Sorry, I don't have the answer for your question. I just wanted to point out that there is an alternative, that I believe is actively supported: [B4X] [XUI] AS FloatingActionButton [Payware] HeyHo, this is a cross platform Floating Action Button. Sub ASFloatingActionButton1_ButtonClicked(open As Boolean) If open = True Then ASFloatingActionButton1.Base.GetView(1).SetRotationAnimated(250,135) Else... www.b4x.com Upvote 0
Sorry, I don't have the answer for your question. I just wanted to point out that there is an alternative, that I believe is actively supported: [B4X] [XUI] AS FloatingActionButton [Payware] HeyHo, this is a cross platform Floating Action Button. Sub ASFloatingActionButton1_ButtonClicked(open As Boolean) If open = True Then ASFloatingActionButton1.Base.GetView(1).SetRotationAnimated(250,135) Else... www.b4x.com
makis_best Well-Known Member Licensed User Longtime User Oct 16, 2023 #3 Thank you so much @Sandman I will try that one. I haven't find it on my search. Upvote 0