|
POST
|
Hard to identify the error. I have to use a backup to substitute the one. Then the error was gone. Thanks.
... View more
07-17-2012
08:58 AM
|
0
|
0
|
573
|
|
POST
|
Version: 2.5 project Error: #2035 in WidgetManager (expected to be LayerlistWidget) Problem: The basemaps and operational maps tabs are not displayed
... View more
07-17-2012
08:46 AM
|
0
|
1
|
948
|
|
POST
|
In updating a project that compiled in FB 4.5 to 4.6, received such an error: Description Resource Path Location Type 1120: Access of undefined property JSON I referred to the thread at http://forums.arcgis.com/threads/52264-upgraded-to-Flex-Viewer-2.5-Flex-4.6-SDK-and-have-JSON-compile-errors, and updated the library: import com.esri.ags.utils.JSON; //com.esri.serialization.json.JSON; V4.5 But still get the error for this piece of code: var dobj:Object = JSON.encode(ac); Please provide your advice if you know how to fix it. Thanks.
... View more
07-16-2012
12:49 PM
|
0
|
5
|
2487
|
|
POST
|
Robert: Thanks so much for your multiple times of advices and help. Solute to your great contributions. Shaning
... View more
07-12-2012
12:03 PM
|
0
|
0
|
1724
|
|
POST
|
If I create such a widget that will pop out when it is needed. If so, I don't want to have it on the toolbar. Can I just set icon="" in the config.xml?
... View more
07-12-2012
11:02 AM
|
0
|
7
|
4084
|
|
POST
|
I planned to create an infoWindow and display it after clicking a irem in a datagrid. I referred to ESRI's code at http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoWindow_on_MouseOver/01nq0000001q000000/. The existing source code is below: <esri:Map id="myMap" load="zoomToSouthCarolina()"> <esri:infoWindowContent> <mx:TextArea id="myTextArea" width="250" height="75"/> </esri:infoWindowContent> ... </esri:Map> Since this infoWindow in a widget where there is no need to define "myMap" again. How can I add the infoWindow (or inforWindowContent) to the defined "map"? Thabnks.
... View more
07-12-2012
10:51 AM
|
0
|
2
|
1177
|
|
POST
|
The reason was found. In my config.xml, I added <sublayer id="0" popupconfig="popups/Butler_County/Political_Boundaries.xml" visible="true"/> <sublayer id="1" popupconfig="popups/Butler_County/RoadCenterlines.xml" visible="true"/> <sublayer id="2" popupconfig="popups/Butler_County/Parcels.xml" visible="true"/> After I commented them out, the extra popup was gone. Thanks.
... View more
07-12-2012
06:53 AM
|
0
|
0
|
1649
|
|
POST
|
This revises my last post. If I click on map, an infoWindow [ATTACH=CONFIG]15967[/ATTACH] pops out. I searched for MapMouseEvent.MAP_CLICK event but found only one that is fired when the Idenity Tool is launched. How to get rid of the this infoWindow? Thanks.
... View more
07-11-2012
10:13 AM
|
0
|
0
|
1649
|
|
POST
|
Dear bjorn: Thanks for your response. If I use the code your recommended, the red-cross small icon displays on the Desing Mode view, which makes me very hard to code. In my script, the code likes that: <viewer:WidgetTemplate id="wTemplate" width="340" height="440" closed="wTemplate_closeHandler(event)" open="wTemplate_openHandler(event)"> <mx:VBox verticalScrollPolicy="auto" width="100%" height="100%" backgroundColor="0x0F8F8F"> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> <s:HGroup horizontalAlign="left"> <s:Label text="1) Click the tool icon to open the widget."/> </s:HGroup> </mx:VBox> </viewer:WidgetTemplate> </viewer:BaseWidget> Is it possible for you to paste it into yours and see what should be done to fix it? Thanks.
... View more
07-11-2012
09:38 AM
|
0
|
0
|
1090
|
|
POST
|
In the Identufy Tool I used, the attributes are displayed alphabetically. How can I customize it in desired order. Thanks.
... View more
07-11-2012
08:51 AM
|
0
|
4
|
3905
|
|
POST
|
I loaded and customized ESRI's Identify Tool. When I click a point, 2 infoWindows pop out (see attached image). I want to Get rid of the one w/o attribute values, which always pops out if I click on the map no matter whether the Identify Tool is loaded. If you know how to do, please provide your advice. Thanks. [ATTACH=CONFIG]15957[/ATTACH]
... View more
07-11-2012
06:40 AM
|
0
|
5
|
1855
|
|
POST
|
In a widget, the code like that below: <viewer:WidgetTemplate id="wTemplate" width="340" height="440" closed="wTemplate_closeHandler(event)" open="wTemplate_openHandler(event)" > <mx:VBox verticalScrollPolicy="on" width="100%" height="100%" > ...... But the verticalscrollbar does not work. How to make it work? Thanks.
... View more
07-10-2012
10:37 AM
|
0
|
3
|
1415
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|