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 c... 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 Sometimes after click on an item of a inputlist it freezes, log:
java.lang.NullPointerException...
idlist = InputList(mylist,"Seleccionar servidor",seleccionado)
If idlist... 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 - Mahares (first post)    Mar 8, 2023   (1 reaction)
Do you have an example of that? I want to remove the inputList
In the first post of the below link by Erel there is an example for B4XInputList and B4XDialog. If you get stuck, post your code or... 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... B4A Question List/Inputlist Vs Listview - Roger Daley    Nov 4, 2014 Hi all,
I am trying to replace the combination of List&Inputlist with Listview but despite...
Dim p As Int
p = InputList(History,"History",-1) 'Displays list and allows... B4A Question Change textsize of a InputList - vecino    Jan 31, 2014 Hello, how I can change the font size of a InputList?
Thanks and regards.... Page: 1   2   3   4   5   6   7   |