Select to view content in your preferred language

Mouse-over (roll-over) identify

513
1
12-19-2011 11:29 AM
ReidFreelan
Deactivated User
Using the Flex Viewer, is there a widget/way to have a pop-up identify box (or label) that appears when the user mouses over a feature? I'd like the label/box to both appear and disappear automatically without any clicking.

thanks,

~stefan
Tags (2)
0 Kudos
1 Reply
GennadyOster
Deactivated User
I haven't heard about such widget, but the way sure exists.
In short:
1. For every issue (feature) that you want to identify, you need to define the hotspot (transparent image in the graphics layer) and request from the server the data that you'll want to display.
2. For each hotspot define the ToolTip (You may find the very useful example on how to use ToolTipManager and panel  in API samples, MapTips).
3. Sure, you need to recreate all this on map.changeExtent

So it is not veeery simple and quick, but it is definitely possible.

Hope, it helps.

Regards,
Genandy
0 Kudos