Android Question Is XUI Views conflicting with a library I am using?

Jones Hone

Active Member
Licensed User
Longtime User
My original project used the following libraries:
Library1=core(Version: 8.80)
Library2=net(Version: 1.77)
Library3=phone(Version: 2.50)
Library4=reflection(Version: 2.40)
Library5=notificationbuilder(Version: 2.30)
Library6=ime(Version: 1.10)
Library7=javaobject(Version: 2.05)
Library8=runtimepermissions(Version: 1.10)
Library9=administrator(Version: 1.10)
Library10=network(Version: 1.51)
Library11=stringutils(Version: 1.12)
Library12=xnobjects(Version: 2.76)
Library13=dialogs(Version: 4.01)
Library14=xui(Version: 1.90)
Library15=byteconverter(Version: 1.10)
Library16=scrollview2d(Version: 1.30)
Library17=amir_recyclerview(Version: 1.08)
Library18=amir_glide(Version: 4.71)
Library19=appcompat(Version: 3.52)

Now I add a new library: "XUI Views(Version: 2.28)"
Just tick to add to the library. Haven't started using.
The following error message appears when compiling:
B4A Version: 8.80
Parsing code. Error
Error parsing program.
Error description: Use of undeclared array: update
Error occurred on line: 70 (B4XSearchTemplate)
Update("", True)

The logs window has the following message:
Syntax error.
current declaration doews not match previous one
use of undeclare array: update

If you remove the XUI Views tick from the library. There is no problem when compiling.
May I ask what could be the problem?
Is XUI Views conflicting with a library I am using?

I have tried to compile successfully by just using the XUI Views library.
So I suspected it was conflicting with my using library.

(My Computer environment: WinXP sp3(32Bit), B4A 8.8)
 

MarcoRome

Expert
Licensed User
Longtime User
My original project used the following libraries:
Library1=core(Version: 8.80)
Library2=net(Version: 1.77)
Library3=phone(Version: 2.50)
Library4=reflection(Version: 2.40)
Library5=notificationbuilder(Version: 2.30)
Library6=ime(Version: 1.10)
Library7=javaobject(Version: 2.05)
Library8=runtimepermissions(Version: 1.10)
Library9=administrator(Version: 1.10)
Library10=network(Version: 1.51)
Library11=stringutils(Version: 1.12)
Library12=xnobjects(Version: 2.76)
Library13=dialogs(Version: 4.01)
Library14=xui(Version: 1.90)
Library15=byteconverter(Version: 1.10)
Library16=scrollview2d(Version: 1.30)
Library17=amir_recyclerview(Version: 1.08)
Library18=amir_glide(Version: 4.71)
Library19=appcompat(Version: 3.52)

Now I add a new library: "XUI Views(Version: 2.28)"
Just tick to add to the library. Haven't started using.

(My Computer environment: WinXP sp3(32Bit), B4A 8.8)
Try
Install B4A 11 with new SDK

Xui View 2.54
 
Upvote 0

Jones Hone

Active Member
Licensed User
Longtime User
I also want to use the new version, but I am using WinXP x86,
The new version of b4a does not support Winxp x86.
(It seems that the b4a v9 version cannot be installed in winxp!)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Jones Hone

Active Member
Licensed User
Longtime User
All the messages are only those posted by my post.
There is really no other message(I feel strange).
 
Upvote 0
Top