Hi there
thank you for help in solving the server issues. now I am customizing the application created through ARCGIS Viewer for flex 3.0
here is my problem I would be thankful if you could answer for it.
I want to customized my arcgisview application for flex. I have made the application using the arcgis viewer for flex 3.0. I have three maps layers which are shown in Map switcher widget. I want to do following
1. the widget should only show the my layer names i.e i want to hide all the layers name in it
2. The default name of the basemap in the widget should be changed
I tried to change the config file of the widget but it did not work. I tired following code.
<configuration>
<layerlist label="Imagery" visible="false">
<excludelayer>"mylayer" </excludelayer> (however it does not exclude this layer, either i sued with or without "")
</layerlist>
<expandlayeritems>false</expandlayeritems>
<showthumbnails>true</showthumbnails>
<labels>
<basemapslabel>gggg< /basemapslabel> ( it does not change the default label)
</labels>
</configuration>
Is there any way that i can also use this map switcher widget to take input and based on that input show the content of the selected layer.
Any help is appreciated.
Regards
Nadeem