What's new

Latest posts

Latest profile posts

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.
B4i v10 with Local Mac Builder.

Using the iGoogleMaps library.

GoogleMaps.a[2](GoogleMaps.a.arm64)
clang: error: linker command failed with exit code 1 (use -v to see invocation)

How to compile it.
Hi Semendey, i am testing your wrapper it is wonderfull, but i want to disable AVPF in sub BAlinphoneInit and get an error on line 3 "Null pointer Exception Attempt to invoke interface method void org.linphone.core.LinphoneProxyConfig.enableAvpf(boolean) ona null object reference"


Please can you explain how can i disable AVPF?
Thanks alot.
Aeric, I Saw your contribution in post B4J UI in linux.

Is it possible for you to give a step-by-step from an example JAR from B4J to a Ubuntu Deb?

It would be much appreciated.

regards,
aeric
aeric
Please start a question in forum.
Top