Hi all, how can I realize a widget for SFV like this? Is there some sample? It should add all layers of the map and then when I click on the radiobutton it should turn all the others layers off and turn on the one I chosed... Is it possible???
For the FlexViewer2? I'm not a SFV user, but you could use a List with an ItemRenderer to display the RadioButton. Have the selected value of the RadioButton bind to the Layer.visible property. That would be a quick and dirty way of doing it.
For the FlexViewer2? I'm not a SFV user, but you could use a List with an ItemRenderer to display the RadioButton. Have the selected value of the RadioButton bind to the Layer.visible property. That would be a quick and dirty way of doing it.