[quote]CCVNSCalendar.ListboxWeek.Name Layout (property name)
Syntax error
Name
[/quote]
what can it come from ?
it is a listbox inside a container control
I changed the name with no luck
I also have another listbox (named listboxday) with no error.
Container controls can expose the properties of their children as ‘their own properties’
VERY long shot … is the name property of this listbox also being used as a property of the Layout somehow?
What happens if you remove the listbox entirely?
well just for the records, the problem came from … the initialvalue of the listbox !
it had 7 constants on the header with #k prefix and if I removed it, then it compiles fine.
tried to make a new empty project with quite the same organisation, but there was no error at compile…
I removed this listbox from the project, it compiles fine
I put it back it compiles fine
I put back some text in the initialvalue, it compiles fine
I put back one #k constant in the initialvalue, I get the syntax error name