New profile posts

Hello, I wanted to solve a similar problem in which devices located nearby could connect to the head unit and transmit some information. I wonder if you could solve your problem on modern smartphones. I tried, I got a connection, but only on old SDK less than 9
Hi Luca,
I have Project with ImB4XComboBox and it's great, but I have problem with setting Selectedvalue after I have Populate combobox.
How can I set SelectedValue in ImB4XComboBox for example set to value 19 (I dont have index)

B4X:
cboCustomers.cmbBox.IndexOf(19)
don't working.

Please help me
LucaMs
LucaMs
B4X:
For Index = 0 To lmB4XComboBox1.GetItems.Size - 1
    If 19 = lmB4XComboBox1.GetValues.Get(Index) Then
        lmB4XComboBox1.SelectedIndex = Index
        Exit
    End If
Next

[You should ask the questions in the forums]
G
gucoonyx
Luca,
Thanks a lot...working
Your work on it is great
Regards

Smart School System (B4A + B4J) : Source codes :)

Good evening, I made the payment yesterday as requested, regarding the 'TODO LIST' source, however, I have not received anything. I am waiting for news. Regards
ciao Filippo,
nach Deinem Profilbild wirst Du immer jünger ;-)
Gruß Klaus
Filippo
Filippo
Ciao Klaus,
wie geht es dir, schon lange nichts mehr vor dir gehört.
Leider werde ich auch nicht jünger, wichtig ist aber sich jung zu fühlen und ich fühle mich jung. 😂
K
Koverhage
Ciao Filippo,
soweit gut. Hoffe Euch auch.
你好
kimstudio
kimstudio
你好🤝
Guenter Becker
Guenter Becker
As I pointed out in the post. 2 ways to instal:
a) copy TD_Converter.Bas to Folder 'sharedBas'
b) copy it with the Menu Function 'Project/Insert exisiting Module' in your B4A project.

Sorry, at present I have no experiance to turn my B4A projects into B4X Projects. But I think developers developing in other than B4A Language may be able to easily change the code.

Attachments

  • 12-11-2023_12-18-32.png
    12-11-2023_12-18-32.png
    50.4 KB · Views: 38
  • 12-11-2023_12-19-20.png
    12-11-2023_12-19-20.png
    29.6 KB · Views: 81
aeric
aeric
how to get this jar file (androidneturi.jar)
for run ultimatewebview class
I
Ivica Golubovic
Download library from link:
ibs06t
ibs06t
thanks lvica its working......
Top