I am trying to follow the Checkboxes tutorial. when I type the code,
I get this exception, but when I copy the code, I dont get any
exception.
The Exception is
"
pivot.serialization.SerializationException: Illegal identifier
character.
The equals sign is the problem:
<FlowPane styles="{verticalAlignment='center'}">
Try replacing it with a colon:
<FlowPane styles="{verticalAlignment:'center'}">
I agree that the error message could probably be more helpful, at
least to let you know what line the problem occurs on. I'll see what
we can do.