B4A Example Round Button - FunWithRoundButtons - Johan Schoeman    Mar 27, 2015   (3 reactions) Lib files are in the /files folder... B4A Library ProgressRoundButton - Johan Schoeman    Oct 31, 2015   (9 reactions) : ProgressRoundButton
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values... As ProgressRoundButton
Private cnt As Int = 0
End Sub
Sub Activity_Create(FirstTime As Boolean... B4i Question Create round button - tufanv    May 17, 2018 Hello,
You can draw a circle on a transparent panel and then calculate the touch distance from the center (in the Touch event).
this was offered by Erel for round corners but it is a complicated way to draw circle buttons. Is there an easy way to create just circle buttons ?
Setting half of the width and height as corner radius seems to work. is it a correct way to do it ?
TY... B4i Question Round Button - MarcoRome    Dec 18, 2017 Hi all.
I have this in design
Corner Radius 50
Border 1
62858
and this in Script General:
'... B4A Question Round button pad - Alexander Stolte (first post)    Oct 2, 2022
I saw some time ago a library that was for creating this kind of button pad
i saw it too, but i dont remember the name or author...... B4A Question Button with rounded corners - Brian Dean    Feb 1, 2023 Some time ago, in the Designer, I managed to define a button with rounded edges. I did it as follows ...
138774
I have forgotten how I did this, and I have spent over an hour using the forum search... B4A Question Buttons with rounded corners, by code. - vecino    Apr 24, 2021 Hi, if I change the colour of a button, the rounded corners are lost.
How can I put the rounded corners back after changing the colour?
Thank you.... B4A Question Rounded Button Corners - rfresh    Feb 23, 2012 The default buttons I use in my app have 90 degree corners. In many tutorials I see buttons with rounded corners. How is this done? I didn't see a property for this in the Designer.
Thanks...... B4A Question can I change color of round button? [solved] - Hans- Joachim Krahe (first post)    Nov 13, 2018 the color of the button.
Dim poCD As ColorDrawable
poCD.Initialize(Colors.Green, 110dip)
b... B4A Question Round Button turns square when I change the color - LucaMs (first post)    Aug 16, 2018 I agree.
... and I'm wrong.
If you set the ColorDrawable by Designer and then change the Color ... Page: 1   2   3   4   5   6   7   |