Hi again,
I have a viewer application with my base and operational layers defined in my config.xml file. I would like to be able to have certain items on my map to display tooltips when the mouse hovers over them.
I have seen a number of examples with the layers defined in the .mxml file and calling a graphicAdd() handler to insert tooltips/maptips, but how would I do this with my layers defined in the config.xml?
My users do not want to click on the objects to get the tooltip.
I did not realize this would be an issue, my users (and I) assumed then when a maptip is defined in my map service, it would display.
What should I be looking at?