setvalue

  1. M

    Android Question [B4X] Update value of an item in CustomListView

    Hi everyone, is it possibile to update the value of an item of a custom list view? because i do not see any method for this, the only way i figured out is to: save the view using .GetPanel save the value using .GetValue update the value replace the item using .ReplaceAt and using the new value...
  2. Mashiane

    B4J Question [ABMaterial]: How to set Text from AutoComplete id value?

    Ola ABM 4 came up with an option to add autocomplete as if one uses ABMCombo.. Dim inp1 As ABMInput inp1.Initialize(page, "inp1", ABM.INPUT_TEXT, "First Name", False, "inputauto") inp1.AutoCompleteType = ABM.AUTOCOMPLETE_STARTS inp1.AutoCompleteOpenOnFocus = True ' NEW inp1.ReadOnly = True '...
Top