Select to view content in your preferred language

Getting info from an asset

486
3
Jump to solution
12-21-2012 09:42 AM
MesudKuka
Deactivated User
Hi,

I want to click on an asset (e.g. mains) and get information for it, like info button in ArcMap.

Which gadget should I use in ArcGIS Viewer for Flex 3.1?

Thanks,
Mesud
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Mesud,

   Get the Identify Widget from the code gallery:

http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow these steps as shown in the below graphic:

View solution in original post

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Mesud,

   Get the Identify Widget from the code gallery:

http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow these steps as shown in the below graphic:

0 Kudos
MesudKuka
Deactivated User
Thanks a lot Robert,

Mesud
0 Kudos
RhettZufelt
MVP Notable Contributor
Mesud,

If you don't want to have to select the Identify button first, you can configure a popup for that layer:
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m3...

That can give you all the same information the ArcMap identify button does (but is configurable) by just clicking on the feature with the default pointer.

R_