and hover over the class name in the declaration (over the text 'CLVSelections_Desktop') I get an error popup and in the log saying:
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?
Sorry everyone, as often happens typing out the problem made my mind come up with a couple of possible solutions and I can answer my own question....
The problem seems to be caused by the '&' in the second comment line at the top of the class module. Changing these to 'and' removes the error.