>Richard Gaskin wrote: >... >Also: Is there a way to interactively edit points of a polygon graphic?
You can always set the points of graphic "whatever" to a return delimited "x,y" list. However, to actually edit the points, you'd need to come up with a workaround. I suppose you could find the x,y value that the user clicked, find what point it's nearest to on the graphic, and then just set that graphic point to the mouseLoc. That may not have sounded the greatest... -- Karl Becker, KB Productions - http://www.karlbecker.com Featuring:New Tricks, Tiger's Eye Pub, and The Fishin' Hole _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
