David Poundall wrote: > … as per the ‘moving elements’ demo, the curve draws OK but on the drag > and drop the canvas doesn’t refresh the position of the curve.
yup. It was using the Move Method inherited from XYObjectMixin -- but that didn't work -- it only changed the Bounding box. I've added a new ArcMove() method, and it works now. Changed in SVN. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
