Select to view content in your preferred language

Infowindow MouseOver

736
4
11-10-2010 04:03 AM
MayJeff
Deactivated User
Can someone show me how do you do this new sample by using flex builder 3?
http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_MouseOver_Snapshot

Thank you.

May
Tags (2)
0 Kudos
4 Replies
DasaPaddock
Esri Regular Contributor
ArcGIS API for Flex 1.x doesn't have a FeatureLayer, but you can do the same thing by using a QueryTask and a GraphicsLayer.
0 Kudos
MayJeff
Deactivated User
I attached the file based on your sugguestion but I am not able to figure out why all the parcels polygon not show up.

Please help.

Thanks.
0 Kudos
DasaPaddock
Esri Regular Contributor
That service has a max limit of 500 features that it will return per request.
0 Kudos
MayJeff
Deactivated User
If service only return 500 max. records so do you have to zoom close to the layer in order to get mouseover function to work.  I found this site-(http://ags.cdm.com/windsorlocksct/) and I would like to have the same function like this site to use mouseove on parcel:

Can you show me how to make this to work in order to use mouseover to identify the parcel?

Thanks.
0 Kudos