Android Question [SOLVED] Unknown member: cvs

mfstuart

Active Member
Licensed User
Longtime User
I get these errors on the IDE Logs tab after selecting the XUI Views library.

B4X:
Unknown member: cvs
Unknown member: cvs
Unknown member: cvs
Unknown member: pnl
Unknown member: pnl
Unknown member: iv
Current declaration does not match previous one.<br />Previous: {Type=ColorPicker,Rank=0, RemoteObject=False}<br />Current: {Type=ColorPickerPart,Rank=0, RemoteObject=True}
Unknown member: pnl
Unknown member: pnl

XUI Library version: 2.56
B4A version: 12.20

I unselect the XUI Views library and the errors go away.

What needs to be done to fix this? I'd like to use a view in this library.

Thanx,
Mark Stuart
 

GMan

Well-Known Member
Licensed User
Longtime User
There are Missing Customlistviews cv. Panels pn and imageviews IV.
Dont think that the messages depends really on xuiviews.
Do you have the actual lib installed?
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
There are Missing Customlistviews cv. Panels pn and imageviews IV.
Dont think that the messages depends really on xuiviews.
Do you have the actual lib installed?
Yes, and the library is selected. I even downloaded the library again and placed it into the "Libraries" folder, and reopened B4A and the project.
Not sure what to do with your statement on line one.
Again, I only get the errors in the Logs folder after selecting the XUI Views library.

Mark Stuart
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
Have you Placed the lib in the correct folder ? (Internal or additional)
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
It would be easier for us to help you if you posted a small project showing the problem.
klaus,
I created another project and selected the "XUI Views" library, and no errors.

From the original errors Log:
Current declaration does not match previous one.<br />Previous: {Type=ColorPicker,Rank=0, RemoteObject=False}<br />Current: {Type=ColorPickerPart,Rank=0, RemoteObject=True}

It's interesting that this line is referencing the "ColorPicker", which I have an Activity named that.
So it may have something to do with this Activity.
I'll check it out some more.
 
Upvote 0
Top