hello, on the designer the B4XFloatTextField with border radius 15 look great, for my project, but at run time on the device is 0 look sqaure
why?
on device (iphone XR)
Is not 0 and it is not a square, it has a rounded corner.
You have AutoScaleAll on the designer script right?
If the textfield has a higher height then it needs a higher corner radius value. Try it without autoscale
Is not 0 and it is not a square, it has a rounded corner.
You have AutoScaleAll on the designer script right?
If the textfield has a higher height then it needs a higher corner radius value. Try it without autoscale
thank you, but still the same problem
I understand that the bigger the textfield the rouding should be bigger also
the option AutoScaleAll was present, I erased but still same results
Sorry for replying to old thread.
I just realized this issue.
It can be easily fixed using the following code (Corner radius is 6, you can set to other values).