Wish EnterPressed Event for TextView element - JanPRO    Feb 14, 2015 Hi, there is an "ReturnKey" property for the TextView element, but no EnterPressed Event. So I think without an event this property is useless, or? Best regards JanPro... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views accept button which triggers the EnterPressed event and closes the keyboard (especially important in... configurations for numeric inputs (ConfigureForNumbers)
V1.45 - B4XFloatTextField:
- EnterPressed and... property. Pressing on enter or on the accept button will move the focus to the set B4XFloatTextField... B4A Library [B4X] [XUI] [B4XLib] SD TextView - Star-Dust    Jun 19, 2023   (58 reactions)
SD_IconTextView
Events:
EnterPressed
FocusChanged (HasFocus As Boolean)
HintClick
TextChanged (OldText...
NativeObject As TextField
Text As String
TextFont As B4XFont
SD_TextView
Events:
EnterPressed... B4A Tutorial [B4X] AsyncStreams Tutorial - Erel    Feb 22, 2018   (10 reactions)   tags: B4A AStreams_Terminated
Log("AStreams_Terminated")
End Sub
'press on the Done button to send text
Sub EditText1_EnterPressed
If AStreams.IsInitialized = False Then Return
If EditText1...)
ToastMessageShow(msg, False)
End Sub
When the user enters text in the EditText, the text is being sent:
Sub EditText1_EnterPressed
If AStreams.IsInitialized = False Then Return
If EditText1.Text... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions)
ClearButtonClick
EnterPressed
FocusChanged (HasFocus As Boolean)
LeadingIconClick
PasswordRevealChanged (Revealed... Property TextFieldCornerRadius
Default: 5dip
B4J BugFix - The EnterPressed Event was not triggered... B4A Library [B4X] [XUI] SD AutoComposeTextView & PickerTextView (WheelPicker) - Star-Dust    Dec 21, 2022   (22 reactions)   tags: search auto complete AutoComposeTextView
PickerTextView (WheelPicker)
SD_AutoComposeTextView
Author: Star-Dust
Version: 0.03
AutoComposeTextView
Events:
EnterPressed
TextChanged (Old As String, New As String)
Fields:
SearchStartWith As Boolean
Functions:
AddItems (Items As List) As String
BringToFront As String
Class_Globals As String
ClearItems As String
DesignerCreateView (Base As Object, Lbl As Label... B4i Question Activity_KeyPress -> B4i - MarcoRome (first post)    Dec 20, 2018 https://www.b4x.com/android/forum/pages/results/?query=EnterPressed+&product=b4i&page=1... B4i Question Hide keyboard event? - JanPRO (first post)    Jan 26, 2019 Hi,
use the _EnterPressed event, which is always fired when you press the return key.
Jan... B4i Question Search key on keyboard ? - Erel (first post)    May 8, 2017 Handle the EnterPressed event.... B4i Question Tabbing between textfields - Yvon Steinthal (first post)    Jan 12, 2018   (1 reaction) I personnaly would put it on the EnterPressed event, as EndEdit is also launched when the keyboard is "minimized"...... Page: 1   2   3   4   5   6   7   |