I've noticed that when I declare an instance of the class I posted here - https://www.b4x.com/android/forum/threads/customlistview-multiselections-for-desktop.133812/,
E.g.
and hover over the class name in the declaration (over the text 'CLVSelections_Desktop') I get an error popup and in the log saying:
Depending on whether you count the two comment lines in the class, position 214 is I think either the space in 'select with' of the second comment line, or the 's' of 'UnselectedTextColor'.
The class seems to be working as expected. Can anyone tell me what the error is?
E.g.
B4X:
Private clvSelect As CLVSelections_Desktop
B4X:
[IDE message - 3:14:25]
An error occurred.
An error occurred while parsing EntityName. Line 1, position 214.
Depending on whether you count the two comment lines in the class, position 214 is I think either the space in 'select with' of the second comment line, or the 's' of 'UnselectedTextColor'.
The class seems to be working as expected. Can anyone tell me what the error is?