hi,all
<b> i hava a problem to display "label text" from my dynamic layer(programming) in fusion.
i can display tooltip in ie6 ie7,but i could not display it in firefox or opera.
could somebody tell me how to display tooltip in firefox or how to display lable of my dynamic layer in fusion?</b>
--------------------------------------
i use the addressmarker.xml,it can display tooltip and display label in basic weblayout
<ToolTip>Address</ToolTip>
<VectorScaleRange>
<MaxScale>10000</MaxScale>
<PointTypeStyle>
<DisplayAsText>false</DisplayAsText>
<AllowOverpost>false</AllowOverpost>
<PointRule>
<LegendLabel></LegendLabel>
<Label>
…………
<Text>"Address"</Text>
<FontName>Arial Unicode MS</FontName>
…………
</Label>
<PointSymbolization2D>
<W2D>
<Unit>Millimeters</Unit>
<SizeContext>DeviceUnits</SizeContext>
<SizeX>15</SizeX>
<SizeY>15</SizeY>
<W2DSymbol>
<ResourceId>Library://Samples/Sheboygan/Symbols/BasicSymbols.SymbolLibrary</ResourceId>
<LibraryItemName>PushPin - Blue</LibraryItemName>
</W2DSymbol>
</W2D>
</PointSymbolization2D>
</PointRule>
</PointTypeStyle>
</VectorScaleRange>
        -----------------------------------
         MgLayer addressLayer = new MgLayer(tempLayerResId, resourceService);
addressLayer.SetName("AddressMarker");
addressLayer.SetLegendLabel("AddressMarker");
addressLayer.SetDisplayInLegend(true);
addressLayer.SetSelectable(true);
<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/could-somebody-tell-me-how-to-display-tooltip-in-firefox-or-how-to-display-lable-of-my-dynamic-layer-in-fusion--tp3275511p3275511.html">could somebody tell me how to display tooltip in firefox or how to display lable of my dynamic layer in fusion?</a><br>
Sent from the <a href="http://n2.nabble.com/MapGuide-Users-f1803227.html">MapGuide Users mailing list archive</a> at Nabble.com.<br>