Larry
The code is part of a general polygon editing suite used for creating
and editing polygons interactively.
I have stored an extract of the main logic of the editor at
www.wp196.talktalk.net.
When the code starts, it is expecting the first node to be entered
(using a right click) on the mouse. You should then using a series of
normal "clicks" to define the nodes of the polygon. The polygon shape
follows the mouse movement to assist in creating the polygon. To
complete the polygon, use the "right click" to register the last node.
The editor allows one or more "inner" line segments to be drawn for
holes in the polygon shape.
Issues:
1. Mouse click events are not always triggered. i.e. A new node
is not added to the active line segment.
2. Occassionally, I have noticed the polygon shadding is lost so
that only the polygon line is drawn.
NOTE: This functionally was working in June 2010, so I suspect the
problems may be linked to some recently added functionality /
resolution of event processing; OR code that should never have
worked!!
Regards
Dave
On Jan 17, 1:12 pm, "
geocode...@gmail.com" <
geocode...@gmail.com>
wrote: