In Robert Scheitlin's Calhoun County Parcel Viewer, users have the ability to right click and engage a couple of functions:
[ATTACH=CONFIG]14036[/ATTACH]
...specifically, "Copy coordinates to clipboard" and "export map extent"
I've seen similar functionality in a Silverlight viewer:
[ATTACH=CONFIG]14037[/ATTACH]
...where a user can do even more. I'd like to try to impliment this type of right-click functionality into my viewer - but I'm not sure where to begin. I know that there are widgets that can perfom these functions, but I'm thinking these tools are there as a result of modifying the base code (mxml) of the viewer itself. Or am I wrong and these are just modified widgets themselves? I know of the coordinate widget, and it works really well, but I'd like to give a simple right-click option a try. Thats my first question....second would be more of a request - if anyone can give me some advice or code to impliment in my Flex viewer regarding this functionality, even if its for only one type of function, I could go from there. Finally, does anyone who has used the 3.0 prerelease know if there is there any of this right-click functionality present/available?
Any help is, as always, highly appreciated. And Rob if you wind up reading this thread, thanks for all the great products and help in the past.