Select to view content in your preferred language

Hover / Tooltips for Multiple Layers in Sample Flex Viewer

1129
4
06-09-2010 04:24 AM
BrendanCunningham
Emerging Contributor
Hi,
There is a great sample available called "InfoWindow on MouseOver".
http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_InfoWindow

Is it possible to integrate this into the Sample Flex Viewer as a widget where a User can pick the layer they wish to use for tooltips.

I am not sure if this is already available. It's seems standard in ESRI's sample applications, but I cannot find it in the Widget Code Gallery.

Thanks,

brendan
Tags (2)
0 Kudos
4 Replies
LeeAllen
Frequent Contributor
I posted almost the same topic last week, and didn't get any replies.  Maybe the widget gurus will be able to create something like this or it will be available in the new flex app coming out soon.

Lee
0 Kudos
MLowry
by
Frequent Contributor
Any further information on this topic?

How are the samples from the 2.0 API integrated into the SFV 2.0 in Flash Builder 4?
0 Kudos
BjornSvensson
Esri Regular Contributor
How are the samples from the 2.0 API integrated into the SFV 2.0 in Flash Builder 4?


The API samples, like any other Flex applications, can often be re-purposed as a widget in the Flex Viewer framework.  If you're familiar with Flex development, take a look at the basic instructions at
http://help.arcgis.com/en/webapps/flexviewer/help/index.html#developers/hellowidget.htm for creating your own widget.
0 Kudos
MLowry
by
Frequent Contributor
The API samples, like any other Flex applications, can often be re-purposed as a widget in the Flex Viewer framework.  If you're familiar with Flex development, take a look at the basic instructions at
http://help.arcgis.com/en/webapps/flexviewer/help/index.html#developers/hellowidget.htm for creating your own widget.


I have checked out that site, and read all of the materials provided by ESRI regarding Flex 2.0 SFV and API 2.0.

I have tried many different things, and have tried to integrate the IdentifySample.mxml into the SFV.

I just haven't figured out where to add that code to the SFV code. Do I add it to the index.mxml or the Mapmanager.mxml or turn it into a widget somehow (how would I turn the identify code on and off?) I have been trying to figure it out for about a week now and still haven't picked up the technique yet.
0 Kudos