That means that you have a project with package name: b4a.p2e Then you have a project with
with package name: b4a.example. You copied the layout that has the customlistview from b4a.p2e to the b4a.example and it did not find it. It does not hurt. But if you want the message to disappear, delete the customlistview from b4a.example layout, then recreate it and save the layout.
That means that you have a project with package name: b4a.p2e Then you have a project with
with package name: b4a.example. You copied the layout that has the customlistview from b4a.p2e to the b4a.example and it did not find it. It does not hurt. But if you want the message to disappear, delete the customlistview from b4a.example layout, then recreate it and save the layout.
Clean your project, Remove the already existing class and download the latest one( v1.65) from here
Then goto project->Add existing module-> then choose the new customlistview you downloaded
Clean your project, Remove the already existing class and download the latest one( v1.65) from here
Then goto project->Add existing module-> then choose the new customlistview you downloaded
I did not say layout or project name called: b4a.example. I said: package name called:b4a.example . Although upgrading the class from 1.20 to 1.65 is a good idea, I do not think upgrading will fix your problem. I had a similar situation like yours and to solve it, I followed the procedure I gave you in post#2.
Please post how you eventually solve your problem, no matter how you do it.
In the last B4A versions, xCustomListView is a included as a library.
So, no need to add the class module.
If you switch from class to library you might remove the 'old' view in the Designer and replace it by a new one.
In the last B4A versions, xCustomListView is a included as a library.
So, no need to add the class module.
If you switch from class to library you might remove the 'old' view in the Designer and replace it by a new one.
I did not say layout or project name called: b4a.example. I said: package name called:b4a.example . Although upgrading the class from 1.20 to 1.65 is a good idea, I do not think upgrading will fix your problem. I had a similar situation like yours and to solve it, I followed the procedure I gave you in post#2.
Please post how you eventually solve your problem, no matter how you do it.
The easiest way to handle is:
1. Open the layout that has the customlistview in it.
2. Delete the customlistview and create another one with the same design as the one you deleted.
3. Save the layout. That is all.
There is no need for you to upgrade to a newer library or class at this moment because it has nothing to do with the class version and you said that the class you have is working great. Maybe later you would want to.