B4J Question An error occurred while parsing EntityName

Chris2

Active Member
Licensed User
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.
B4X:
Private clvSelect As CLVSelections_Desktop
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?
 

Chris2

Active Member
Licensed User
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.
 
Last edited:
Upvote 0
Top