Livecycle ES2.Hello, I have found the code to fill in a rectangle and
that works, but I seem to be struggling with filling in
circles.centre_rectangle.value.rectangle.fill.color.value = "255,255,0";
I have created a circle and named it "centre_circle", but it would
appear that replacing the "..rectangle.fill..." with "...circle.fill..."
doesn't seem to work.centre_circle.value.circle.fill.color.value =
"255,255,0"; Nor does anything else I've
tried:centre_circle.fill.color.value =
"255,255,0";ce...