Hi,
SetVal doesn't seem to work as suggested here, or as it does with text or other elements.
https://www.b4x.com/android/forum/threads/specular-combobox-or-listbox-on-the-html-page.66128/
lstStudentsID.SetVal(students.Get(index))
So if the id for the html Listbox is called
lst_variables
, and the Future is called
f_variables
, how do you add an item to the lst_variables JQueryElement, in B4J?
And, then how do you locate the Selected item?
SetVal doesn't seem to work as suggested here, or as it does with text or other elements.
https://www.b4x.com/android/forum/threads/specular-combobox-or-listbox-on-the-html-page.66128/
lstStudentsID.SetVal(students.Get(index))
So if the id for the html Listbox is called
lst_variables
, and the Future is called
f_variables
, how do you add an item to the lst_variables JQueryElement, in B4J?
And, then how do you locate the Selected item?