B4A Question B4A Search Template - how to control textChanged Event on the searchField - jcbs    Jan 19, 2021   (1 reaction) For example:
Activity.LoadLayout("1")
Base = Activity
Dialog.Initialize (Base)
Dialog.Title = "Frutas de estación"
'set the search items
SearchTemplate.Initialize
Dim Items As List
Items.Initialize
Items.AddAll(Array As String("Banana", "Pera", "Manzana" ,"Uva", " B4A Question Change the title of Search Dialog Template - Mahares (first post)    Feb 15, 2022 SearchTemplate.SearchField.HintText = "Chercher" SearchTemplate.SearchField.Update 'don't for get this line B4A Question SearchTemplate to a library - faholet540    Aug 28, 2020 Hi, im trying put code some like this in a library
Sub Class_Globals
Dim base As B4XView
Dim xui As XUI
Dim SearchTemplate As B4XSearchTemplate
Dim Dialog As B4XDialog
End Sub
Sub Search_Template(base1 As Activity) As ResumableSub
basee = base1
Dialog.Initialize ( B4A Question Preferences Dialog - Mahares (first post)    Mar 26, 2022   (2 reactions) You can add these 2 lines to your code: prefdialog.SearchTemplate.SearchField.HintText ="auswählen" prefdialog.SearchTemplate.SearchField.Update B4A Question [Solved] Questions about SearchTemplate (XUI Views) - asales (first post)    Jul 09, 2019 Thanks.
- The buttons cancel and confirm in the SearchField are missing (I think is because the white color).
How to change the colors of this buttons?
- How to change the HintText of the SearchField by code?
I tried this, but don't work:
SearchTemplate.SearchField.HintText = "Selected the item"
8 B4A Question SearchTemplate design - AHilberink    Feb 21, 2021 Hi,
I use SearchTemplate.
How can I do:
1. make the text of the scrollview = SetTextAlignment("CENTER","LEFT")? Can someone help me out? I tried a lot of GetPanel and GetView, but did not succeed.
2. I can change the SearchField width, but in the dialog this field is still to small. I Use
Sub bt B4A Question [XUI Views] (SOLVED) Change search field text - Mahares (first post)    Apr 12, 2020 Of course this is the correct way as Erel explained:
SearchTemplate.SearchField.HintText = "Chercher"
SearchTemplate.SearchField.Update
I tried for more than an hour using only the first line and could not come up with it. But how are you supposed to know ro add the second line:
SearchTemplate.S B4J Question How to get the SearchField Event in B4XSearchTemplate - Alex Oscar Hedman    Feb 08, 2022 Hi there,
I want to get the event "HasFocus" or MouseClicked for the searchfield in this template. How do I initialize the dialog to get it?
Right now, im doing this to initialize the search template
B4XSearchTemplate1.SearchField.Hinttext="Buscar"
B4XSearchTemplate1.SetItems(list1.i B4A Question Prefdialog change hint text of Search fields in Muti Options Fileds - Erel (first post)    Apr 20, 2021 prefdialog.SearchTemplate.SearchField.HintText = "tttt"
prefdialog.SearchTemplate.SearchField.Update B4A Question B4XTable add Signature (Firm) Column - mike1967 (first post)    Sep 20, 2022 AddView(iv, 5dip, 5dip, signature_column.Width - 10dip, B4XTable1.RowHeight - 10dip)
Next
LoadData
PrefDialog.Initialize(Root, "Schede verifiche di sorveglianza", 300dip, 300dip)
PrefDialog.LoadFromJson(File.ReadString(File.DirAssets, "naspo.json"))
PrefDialog.Dialog.BlurBac Page: 1   2   3   4   5   6   7   Powered by ColBERT |