B4A Question There are an async version to the InputMultiList dialog? - asales    Jan 16, 2019 I get this error in Firebase Crashlytics and is mention the InputMultiList:
Fatal Exception...)
anywheresoftware.b4a.keywords.Common.InputMultiList (Common.java:715)
br.com.profiles... = InputMultiList(ListDescription, "Select one or more items")
I don't find an InputMultiListAsync?
This is could be the problem? That I use a old version of the dialog?
Thanks in advance... Bug? InputMultiList on rotation crash - Scantech    Jun 16, 2017 Crash happens with some of the apps. InputMultiList list shown then rotate screen and it crashes...:168)
at anywheresoftware.b4a.keywords.Common.InputMultiList(Common.java:696)
at scantech....b4a.Msgbox.msgbox(Msgbox.java:168)
at anywheresoftware.b4a.keywords.Common.InputMultiList(Common.java... B4A Question InputmultiList... - ilan    Nov 25, 2014 I cannot find a simple exmaple how to use the InputMultiList..
only suggestion to use instead Inputmap, but i would like to use the Inputmultilist... B4A Question InputMultiList and InputMap - Roberto P.    Dec 15, 2014 I just found objects InputMultiList and InputMap, which I consider very useful to display and select lists.
in B4A there are other similar items? or is there a list of these types of objects?
you may need to create or customize CustomView?
thanks... B4A Question InputMultiList help - JonPM    Jan 14, 2012 Hello, I need to use InputMultiList to give the user selections, and each selection is given a score. Example
InputMultiList gives 3 checkboxes, the first on is worth 2points, the second is worth 1... B4i Question inputmultilist ulternative - Erel (first post)    Nov 30, 2015 There is no built-in alternative. You can implement a similar list with CustomListView.... Spanish Dialogos InputList y InputMultiList con linea de texto - bgsoft (first post)    Feb 13, 2015 Hola
Puedes creartelo incrustando en un panel y este a un scrollview y poner los objetos que quieras.
Saludos:... B4A Library Library dialogues InputMultiList and InputList with additional text line - shashkiranr (first post)    Feb 10, 2015 Check this
https://www.b4x.com/android/forum/threads/dialogview-a-complete-walk-through-guide.43034/
Regards,
SK... B4A Question Problem with ExecuteMemory Table and inputmultilist - Erel (first post)    Sep 4, 2014 ExecuteMemoryTable returns a list. Each item represents a row and is an array of strings. If you like to take the first column:
Dim l1 As List
l1.Initialize
For Each Row() As String In materias
l1.Add(Row(0))
Next
InputMultiList(l1, ...)
... B4A Question InputMap and InputMultilist with cursors - Wien.Mart    Dec 8, 2013 Is it possible to use InputMap and InputMultiList with data from a table? Can anybody share some code. Thanks in advance.... Page: 1   2   3   4   5   6   7   |