You have a lot of choices 1. Programatically change the tooltip by loading the layer, modifing the xml, adding the layer back to the map <ToolTip>'Hello'</ToolTip>
2. Changing the value of the tooltip in the database (works if your layer is: (1)ODBC Points, (2)Joined to a Database (3) Generated by Database - the 3rd option is best for performance - joins and ODBC stink in MapGuide in terms of performance) 3. Having a number of layers that have different tooltips defined and turning those layers off and on programatically. Lots of choices but all take some programming. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ToolTip-for-Dynamic-Layer-tp6406197p6407379.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
