H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Feb 23, 2019 #1 Hello, I'm using XUI library smoothly and customlistview working fine. I added XUI view library , customlistview stop working & give this error: B4X: java.lang.RuntimeException: java.lang.RuntimeException: Field clvall was declared with the wrong type. I was declared clvall as: B4X: sub globals Private clvall As CustomListView end sub Any suggestion!
Hello, I'm using XUI library smoothly and customlistview working fine. I added XUI view library , customlistview stop working & give this error: B4X: java.lang.RuntimeException: java.lang.RuntimeException: Field clvall was declared with the wrong type. I was declared clvall as: B4X: sub globals Private clvall As CustomListView end sub Any suggestion!
Erel B4X founder Staff member Licensed User Longtime User Feb 24, 2019 #2 Make sure that there is no class module named CustomListView in your project and that CustomListView library is not checked (xCustomListView can be checked). Upvote 0
Make sure that there is no class module named CustomListView in your project and that CustomListView library is not checked (xCustomListView can be checked).