Trying to trigger a custom keyboard when a B4XFloatTextField is clicked in the B4XPreferencesDialog and having trouble doing this.
Have tried via the FocusChanged event and also via the EnterPressed event.
Any suggestions how this should be done?
RBS
Hi,
I have summarized my codes into a basic one: a layout with just one B4XFloatTextField named "B1" and here is my code:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: false
#End Region
Sub Process_Globals
End Sub
Sub Globals
Public FloatText As...
I have a custom iPhone keyboard that works fine with TextField. But it won't work with B4XFloatTextField. I am working on a cross platform app and have tried the following so far-
Dim B4XFloatTextField1 As B4XFloatTextField
Dim no As NativeObject=B4XFloatTextField1...
Hi,
in b4j this command causes boot to fail
B4X:
FtUser.TextField.SetTextAlignment("CENTER","CENTER")
FtUser is B4XFloatTextField.
How to solve this problem?
------------------------------------------------------------------------------------------
Waiting for debugger to connect...
Program...
I seem to be inadvertently disabling the Accept and Cancel buttons in a B4XTextFloatField. This code works fine:
EditMtgPage.Initialize("EditMtg")
Root.AddView(EditMtgPage,0,0,100%x,100%y)
EditMtgPage.LoadLayout("EditMtg")
'''' B4M.SetAllTags(EditMtgPage) ' calling this effs...
Have this in the activity_create Sub but the textfield background is still transparent
txfUserName.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
txfPassword.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
Can someone please point me to the definitive guide to B4XFloatTextField? I have looked at almost every post in the forum, and plowed though all the Guides. The XUI example only does a B4XFloatTextField1.NextField. That's it.
I am trying to create a class that does something like the "..."...
Welcome to the Forum!
I would like to share my modest contribution today
in the Android Text Editor (based on Erel's sources available).
TextEditor ver. RS0.1 (see: download dropbox)
Since I noticed the interest in the forum,
the matter of counting lines of text in objects of type (EditText or...
I'm using B4XFloatTextField and having few concerns
1. Padding on right side hides X and Tick symbols
2. When Arabic/Urdu/Persian text is entered in text field it moves the text on Right Side (which it should) but again the text is below X and Tick symbol (which should have ideally moved to...
Greetings,
In my logs I get an error telling me to initialise the view. I thought that loading a layout was enough to initialise the text view but it looks like I may need to use an initialise statement in the TextChanged sub routine because if I comment out the sub routine there is no crashing...
Hi All,
I am trying to disable access to FloatLabeledEditText which is loaded to b4xDialog, but seems nothing is working to disable the field.
private email as FloatLabeledEditText
diag.Initialize(barp)
....
Dim p As B4XView = xui.CreatePanel("")
p.SetLayoutAnimated(0, 0, 0, 90%x...
Hello everyone!
With the example of Erel library and with the help of Biswajit, we made some modifications to the original B4XFloatTextField library, recreating it with some modifications in the visual transforming into BR_B4XFloatTextField.
See how the example looked:
Note: I have no iphone to...
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...
I notice I can detect the keyboard appearing using Page1_KeyboardStateChanged but I have no way of knowing which TextField has the focus so I can then move the panel it's in up to allow the user to still see it while they type.
How best should I handle this scenario?
Regards,
Simon
I would like to adjust the position of the hint and the text being typed in the FloatTextField.
Notice that I'd like to move the hint a little bit too.
Could anyone help?
from:
to:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.