Add a point programmatically using the draw tool

601
1
01-24-2012 06:25 AM
IsacCajá
New Contributor
Hello,

The problem is, I need extend the drawtool to allow the add points with x and y coordinates using the input text and with the activated drawtool. but I dont know how to do integration between both tools. I think is better fire a click event in some component to the drawtool understand that the user clicked in this point, but when I fire this event in map or in graphicsLayer the drawtool dont listen this event.

Someone know solve this problem?

Thanks.
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Isac,

   Are you saying that you actually extended the Flex API's DrawTool or do you mean you added some code to the DrawWidget?
0 Kudos