B4J Tutorial Msgbox / InputList - Erel    Dec 17, 2015   (25 reactions) /images/SS-2015-12-17_12.29.47.png
InputList:
Dim items As List = Array("Item #1", "Item #2", "Item #3", "Item #4")
Dim res As Int = fx.InputList(MainForm, items... B4i Code Snippet InputList - Star-Dust    Jun 2, 2023   (4 reactions) For my application I needed the InputList command, like in B4A. In B4J I managed to build it.
In... InputList As ActionSheet2
InputList.Initialize(Me,"inputlist",Array As String("1"... Bug? InputList() has bug - Theera    Mar 2, 2025 I've tested Bluetooth project.I found bug in InputList() it still used Msgbox().... B4A Example Inputlist with images - ilan    Apr 13, 2018   (19 reactions)   tags: Inputlist with images hi
for one of my project, i needed an input list that includes images and i was thinking of using clv for that, but i really wanted to use the native input list so with CSBuilder it is very simple... B4A Question Change Width of Inputlist [SOLVED] - AHilberink (first post)    Sep 30, 2024
The InputList function in B4A is deprecated.
The B4XDialog (XUI Views library... think it is possible to set the items from an InputList to a single line (no wrapping).
Thanks... B4A Question Problem with inputlist, when click freeze - scsjc    Mar 30, 2017
idlist = InputList(mylist,"Seleccionar servidor",seleccionado)
If idlist...Sometimes after click on an item of a inputlist it freezes, log:
java.lang.NullPointerException... B4A Question Problem with inputlist. - Eme Fibonacci    Jul 23, 2016 Sometimes after you click on an item of a inputlist it freezes and got the following error log:
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get ()' on a null object reference
anywheresoftware.b4a.Msgbox at $ DialogResponse.onClick (Msgbox.java:119)
com.android.internal.app.AlertController at $ AlertParams $ 3.onItemClick... B4A Question Inputlist in b4x - marcoseinco (first post)    Mar 8, 2023
This is indeed not the best solution.
Best solution is to use B4XDialog + InputListTemplate.
Do you have an example of that? I want to remove the inputList... B4A Question Screen Shot of InputList - Robert Valentino    Feb 17, 2016 Is there a way to take a screen shot of an Inputlist?
I can take screen shots of everything else but when I have an Inputlist up I cannot get a screen shot of it (mainly because all everything gets focused back to the Inputlist)
Is there someone way of getting a screen shot of it?
BobVal... Bug? InputList disappears with Android 4.4.2 - klaus    Jun 30, 2014 An InputList disappears with Android 4.4.2 when used in Activity_Create.
It works when it is called in Activity_Resume.
The attached project shows the problem the InputList is displayed a short time... Page: 1   2   3   4   5   6   |