Hi everyody,
First, please excuse my bad english.
I'm using Piccolo2D in my project (a drawing interface), and I'm tryng to save a PLayer with some object in it.
The serialization work perfectly but "loose" the strocke informations. For example, I have a PPath.createRectangle with a nice blue stroke for the edge. When I relod the PLayer, the rectangle shape is here but not the path...
Somone can help me?
Maybe in french:
J'utilise Piccolo2D dans un de mes projets et j'ai des problème lors de la serialization. Par exemple, si je crée un rectangle via PPath createRectangle, et que je lui assigne une BasicStroke d'une certaine épaisseur et couleur, lors du rechargement du PLayer, les rectangle sont bien là, mais la bordure à disparu...
Si vous pouvez m'aider, ce serait génial!
Merci!