LucaMs
Reaction score
14,328

Profile posts Latest activity Postings About

  • Hello LucaMS,
    I am using your library lmB4XComboBox, latest version Version: 3.00 02/21/2026 and when compiling (B4A) it gave me an error: mCmbBox.Items.Clear
    I saw what the problem was and fixed it for me, and please check it and see if it is well solved, it works in the section

    #If B4A
    mCmbBox.Clear
    #Else If B4J
    mCmbBox.Items.Clear

    If it is good, make a new version, the library is too good

    Regards

    Guco
    LucaMs
    LucaMs
    Hi.

    Please post this in a thread (start a new one yourself).
    I'm looking at the code and I see:

    #If B4J Or B4A

    If mCmbBox.IsInitialized Then
    mCmbBox.Items.Clear
    End If

    #Else If B4i

    If mItems.IsInitialized = False Then mItems.Initialize
    mItems.Clear
    mSelectedIndex = -1
    If mBtn.IsInitialized Then mBtn.Text = ""

    #End If

    Specify the error message there.
    G
    gucoonyx
    LucaMS
    I forgot to tell you that (cboxxx.mBase.Enabled = False or cboxxx.CmbBox.Enabled = False) doesn't work.
    I opened a new post.
    Good morning, LucaMs
    How about you? I found theJob inThailandabout nearly 1000 EUR , if he reponded to me. I will tell to you.Perhaps, I can do it inRome , I will help translate his wanted.
    I hope you have a good luck.

    Attachments

    • Screenshot_20250909_065316.png
      Screenshot_20250909_065316.png
      51.7 KB · Views: 251
    LucaMs
    LucaMs
    Google translation of the text in that image:

    I have an Italian friend who's an expert in this field. He's 65 years old. Are you interested in contacting him or not? (I want to help a friend.)

    I thought it was the job posting, but I read it and understood.
    Thank you very much for your interest.
    I assume they've responded; contact me privately (on B4X, of course).
    • Like
    Reactions: Theera
    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
    Ciao Luca, mi chiamo Maurizio - avrei bisogno di una dritta..sto usando AsyncStreamsObjec lato b4a & b4J (PC) . La mia intenzione e' di utilizzare android come Client e B4j (lato pc) come server . Cosi' facendo, lasciando Ip fisso su pc, potevo inviare dei testi/stringhe al PC. Attualmente questi esempi funzionano al contrario, Grz x aiuto - grazie anticipatamente e scusami ancora Maurizio
    LucaMs
    LucaMs
    Per i messaggi privati, non usare questo "posto"; fai click sul mio nick e, dalla dialog che compare, scegli: "Start a conversation".

    Comuque, è una domanda che puoi porre tranquillamente nel forum italiano, no?
    G
    grifoDev
    ok -grz
    • Like
    Reactions: LucaMs
    Remember do not denigrate yourself, indeed, self-esteem. And remember to be less altruistic and less naive; in short ... less stupid!
    Six days without connection and I do not read posts from people worried. What a bad community ^_^.
    Basta; ricomincio a fare cose serie! Per cui, adesso vado a cac.re ^_^ (questo è sicuramente il mio post più bello)
    Penso che da domani me ne andrò al mare ogni giorno fino alla fine di Settembre, altro che PC e programmazione! (try to translate ^_^ )
    I have chosen the wrong profession. I had to be a writer/philosopher. Ah, but I do not "have a profession". Well, then I'm not wrong ^_^
  • Loading…
  • Loading…
  • Loading…
Top