Android Question Customized CustomlistView & XUI Views conflict

epiCode

Active Member
Licensed User
I am using xCustomListView (v1.53) in my project (as .bas) and I have created a custom subroutines in xCLV.
It works pretty smooth until I had to add one b4xtable (v1.21) which required me to add XUI Views library too.
As soon as I add XUI views (v2.51) lib, all the statements using my custom subroutines become underlined with ( unknown member )
Would appreciate if anyone can point me to what's happening and workaround if any
 

epiCode

Active Member
Licensed User
Why are you using a modified xCustomListView? Remove it. It is not needed. There are many ways to customize CLV without modifying the class code.
I am modifying it for "my own" project for following reasons:
1. Added RTL support
2. Customized cell height, color options
3. Easier and faster adding of horizontal items using list
4. Custom height calculation for non-English fonts
5. Custom Designer Label interaction for different elements (Like headings / subheadings)
 
Upvote 0

epiCode

Active Member
Licensed User
All of this (and much more) can be implemented outside of CustomListView module. This is the correct solution.
Will try to rework the code !
 
Upvote 0
Top