One of my projects is presently using the older CustomListView class for various bits and pieces.
I now want to add some other modules, which rely on XUI, not presently used in the project. I can see that when I add the XUI library, all the instances where I add things to the CLV are flagged up, because the height parameter is no longer needed. That's straightforward enough to fix.
But are there any other gotchas to beware of when moving from the old CLV to xCustomListView ?
I now want to add some other modules, which rely on XUI, not presently used in the project. I can see that when I add the XUI library, all the instances where I add things to the CLV are flagged up, because the height parameter is no longer needed. That's straightforward enough to fix.
But are there any other gotchas to beware of when moving from the old CLV to xCustomListView ?