Hello everybody,
I use a B4XFloatTextField in my program. With SetTextAlignment I want to center the font.
B4X:
txtGewicht.TextField.SetTextAlignment("CENTER", "CENTER")
An error occurs when starting the program:
B4XFloatTextField SetTextAlignment with error
ادامه مطلب...
I have a TabStrip with 3 tabs, each tab has it´s own CLV, the first panel of the CLV has a B4XFloatTextField.
When I click over the B4XFloatTextField, the keyboard appears (which I use to filter the CLV). When I click on a panel of the CLV (to see master/detail info), although I request...
Hi,
I am making a revised B4XFloatTextField called tfeCustom. I have done the following:
Created a layout (tfeCVLayout.bal) with a B4XFloatTextField called tfe and a toolbar of images for clear, back, forward, format title (proper, lowercase, uppercase, camel and SQLite SQL format
Load the...
Hi, Guys
I am using the B4XFloatTextField and have a strange problem when I select reveal passwords.
1. The B4XFloatTextField view is setup in Designer with password property checked.
2. This view (in the code) is attached to the keyboard along with a hide button by calling.
B4X:
Sub...