I´ve been trying to use B4XFloatTextField with B4I. At first I thought it was an error regarding CustomListView (I used the legacy and xCustomList view), so I clean up all the code so that only xCustomListView was used (v 1.71 class module).
There is no problem when I compile withoud XUI Views library, but when this library is attached, it shows the following error during logs when I compile.
The libraries that are used in the proyect are:
Any clues on where I can find then duplicate simbols?
I have removed CustomListView (the old one), and I have the xCustomListView class module (not the library). It used to be named CustomListView but now I have renamed it to xCustomListView and B4XDialog has complain about:
Public Sub InternalAddStubToCLVIfNeeded(CustomListView1 As CustomListView, Color As Int)
Although I used another B4X dialog (Named B4XDialogMod), becasue it uses some custom functions of mine, I have no B4XDialog class name like that.
XUI Views references xCustomListView library. Why are you using the class module? If you want to keep it (in most cases a mistake) then you will need to change the class name. The same is true for B4XDialog (which functions have you added?).
Thanks @Erel the problem was that I was using xCustomList view class module and not the library, and have not updated the xCustomListView library (not even installed it on the IDE).