Hi,
I am trying to customize the live maps widget that comes with the sample viewer (for 9.3.1, Flash SDK 3.3, Flash builder 4). I tried to change the label for <visibilitylabel> that I found in src\com\esri\solutions\flexviewer\widgets\LiveMapsWidget.xml, with no result. I put a breakpoint in the init function in the LiveMapsWidget.mxml file but the debugger never stopped at the break. Then I deleted the .xml and .mxml files from the widgets folder (in source) and the swf file from the widgets folder in the bin-debug folder, and i commented out the
//<widget label="Live Maps" .....
line in the config.xml file.
When I run it, I still get the "live maps" choice under the "map" menu, and the widget still pops up and is functional. What am I missing? Where is this widget coming from and how do I modify it? Is my browser caching the client side code and not seeing my modifications?
Sebstian Roberts