combo

  1. Star-Dust

    B4A Library [B4X] [XUI] SD Selector

    SD_Selector Author: Star-Dust Version: 0.05 fourSelector Events: ChangeValue (nSelector As Int, Index As Int) CenterClick Fields: mBase As B4XView Tag As Object Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be...
  2. amorosik

    Italian [SOLVED] [B4J] ComboBox che non si caricano

    Su programma B4J ho la schermata principale che visualizza una mappa Uso il seguente codice per impostare una combobox che mi servira' per modificare aspetto Private cmbTipoMappa As ComboBox cmbTipoMappa.Initialize("cmbTipoMappa") cmbTipoMappa.TooltipText="Seleziona modalita visualizzazione...
  3. Mashiane

    B4J Question [ABMaterial] [SOLVED] How do I refresh a table based on combo selection without reloading the page?

    Hi there I have 4 combo boxes on my page, in each of the pairs, one depends on another. Each time a selection changes, the selected value is saved to session storage (if another related page is opened, values are loaded from session storage and display appropriate content). On the last...
Top