> Check that all the vars which are saved into the props array have been > assigned, and that the getRadiusAndCenterPoint() can't throw an error in > that case. thanks Mark for looking into this. The problem was that onSave did not appreciate saving a variable of type Color, I had to do string conversions. Then it works. Kind regards Bernd