Hi everyone,
I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText.
I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress).
At the moment I worked around the...
Hi, I made the following observation, after having integrated an immersive splashscreen in a B4X application (i.e.: in the Main): once displayed, the virtual keyboard does not allow the edittext to automatically shift upwards, despite the fact that I I also used "IME" in the relevant pages of...
Notice! This is obsolete it will no longer developed. There is a better substitute. Look in the Forum at:
TDSLinput (masked extended EditText)
Name: TDeditTextExt
Type: B4Xlib
Code: B4A
Version: Beta2 -early access-
Lib Name: TDeditTextExt.b4xlib
(C): TechDoc G.Becker, free to use only for...
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 B4XPages, i found this thread https://www.b4x.com/android/forum/threads/expand-the-eddittext-row-for-row-like-whatsapp.83854/ that resolve my problem in Android, but in iOS i did not find a way. Wich is the best way to do this?
Thanks
Hi everyone,
i already looked for something in the forum but i did not find nothing working.
Someone of you knows how can i change the cursor color of an edittext? more precisely, i want to make it invisible.
(note: i use appcompat, i don't know if this information can be useful)
Thanks in...
Hi,
I need to do something when the user change the cursor position in an editText.
There is natively no event to handle the cursor changing position in an Edit text (it just handle the text and focus changing).
As i can see , it's possible to create such a listener in java with class override...
Hello,
I want to make a notebook that is something like an editor.
You must have seen in Android Studio or B4A itself that when we write our code and press Enter, a new line is added and the line number is displayed next to it, and if we delete a line in the middle, a number will be subtracted...
Hi everyone, i was wondering if there is a way to apply a shadow (like elevation) to a view. At the moment i need to apply it on a edittext, is it possible?
Thanks in advance
The original code: https://www.b4x.com/android/forum/threads/inputdialog-function.52811/post-331242
I modified the code to be able to add two buttons, and receive the "Success" parameter to distinguish when the user tap on the positive button or cancel button.
Sub Button1_Click
Dim no As...
Hi everyone, how can implement the native input dialogs of Android in my app?
i found this code here, but i don't know how to convert it:
private void showForgotDialog(Context c) {
final EditText taskEditText = new EditText(c);
AlertDialog dialog = new AlertDialog.Builder(c)...
Hello hope you are fine
In my current project I have to use a custom designarable class that adds a EditTextView as a panel child and the panel to the mBase by code. If using this custom control in the designer the properties of the textbox are no longer direct available. Therefore I have to...
I needed to develop a modern editText (or TextField), but different from the B4XFloatTextField, different in terms of graphics and style. So I created the SD_TextView
(see also xComboBox)
NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention...
I am trying to read text from a Spanish language file and display parts of that text in an EditText control. I can read in the text, but it displays black diamonds with question marks when any accented character is found. What is the solution in order to see proper accented characters in my...
I tried to apply the solutions posted here
https://www.b4x.com/android/forum/threads/solved-its-there-turn-off-ime-suggestions.78089/#post-494946
and here
https://www.b4x.com/android/forum/threads/27123/#content
To no avail, I still get suggestions for an EditText on my Huawei P-Smart phone...
Hello everyone.
I have a layout named PNLS
In PNLS I have 2 labels and 1 EditText TXTS
With a loop, I add some panels PNLS in a scrollview named SCV
I invite the user to entrer datas in the editTexts named TXTS
Question:
How can I get the texts of each editText (to next insert in a SQLite...
Hi everyone, it's possibile to change the parameter "Border Color" of an TextField by code?
I have a TextField in RoundRectangle style, and i want to change the border color to red when it is required.
I got done in designer but not by code
Is it somehow possible to have an EditText, holding decimal numbers, where the number shows as x decimals, but where the actual value (the value you get if you do edtTest.Text) remains at y decimals
as when the value was set for that EditText? So, for example I do edtTest.Text = 12.1234 then the...
Hi Guys
I know I am going to kick myself, but after working through the posts (and manuals) I can't find a method to put an EditText view into overwrite (i.e. replacing characters as you type instead of inserting at the current cursor position).
Can someone help (I am a c# man, so I am very...
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.