|
POST
|
Karl, Here you go: http://www.arcgis.com/home/item.html?id=12430e982e534fdabe15635828405e45
... View more
10-14-2010
07:46 AM
|
0
|
0
|
2005
|
|
POST
|
Joshua, Look here http://help.arcgis.com/en/webapps/flexviewer/help/index.html and under Migrate from beta.
... View more
10-14-2010
07:23 AM
|
0
|
0
|
958
|
|
POST
|
Rich, In the RecordBookmark.mxml just comment out this line <!--mx:Text selectable="false" styleName="RecordText" fontWeight="normal" text="{content}" width="90%"/-->
... View more
10-14-2010
07:12 AM
|
0
|
0
|
800
|
|
POST
|
Nicola, The best way to get this working for you is to get a low end server or even unused desktop and put it in the DMZ and install only Apache web server with reverse proxy on it. The firewall will allow only that machine to communicate to the internal IIS machine across an non standard port (i.e. not port 80 as all hackers know to attack that port).
... View more
10-14-2010
05:31 AM
|
0
|
0
|
1745
|
|
POST
|
Larry, Look here. http://forums.arcgis.com/threads/15018-LayerListWidget-Visibility?p=46268&posted=1#post46268
... View more
10-14-2010
05:03 AM
|
0
|
0
|
1256
|
|
POST
|
Matt, This is the code snippet for expanding the toc toc.openItems = toc.dataProvider.source;
for each(var item:TocMapLayerItem in toc.openItems) {
if (item.isTopLevel())
//toc.expandChildrenOf(item, true);
toc.expandItem(item,true,true,true,null);
} My suggestion is for you to loop through the maps layers when the button is clicked and add all the layers to the exclude array except for the one that matches the button label. You don't have to put any code in the toc.as directly all you need is the id of the toc component and you can change the excludeLayers. Also you can set the excludeLayers to equal an array of mapservice ids A list of layer objects and/or layer IDs to exclude from the TOC. As far as removing the parent branch of the leaf in the tree you will have to do alot of rewriting of the toc's logic to do this (sorry no suggestions from me).
... View more
10-13-2010
03:48 PM
|
0
|
0
|
1402
|
|
POST
|
May, Your OverviewWidget.xml needs to look like this: <configuration>
<mapservice type="dynamic" mode="static">http://yourserver/arcgis/rest/services/yourservice/MapServer</mapservice>
</configuration>
... View more
10-13-2010
01:27 PM
|
0
|
0
|
487
|
|
POST
|
Sorry that is what it is suppose to be. I am running out of ideas here and so far you are the only one reporting having an issue? Can you try to publish the MXD/MSD again under a different service name? I have seen rare occasions where the publish has just gone bad.
... View more
10-13-2010
12:57 PM
|
0
|
0
|
2166
|
|
POST
|
Sandeep, OK I see my issue the locator code is looking for either a InputText or a Combobox and does not recognize the label. All you need to do to make the InputText non editable is add txtItem.editable = false;
... View more
10-13-2010
12:55 PM
|
0
|
0
|
2047
|
|
POST
|
Andrea, When you go to the REST Service Directory Page for that map service and then one of the layers do you have an identify hyperlink option at the bottom of the page?
... View more
10-13-2010
12:39 PM
|
0
|
0
|
2166
|
|
POST
|
Sandeep, If you are actually get the code to compile then your state will be just a label that is not editable, it will not have a textbox or combobox associated with it.
... View more
10-13-2010
12:19 PM
|
0
|
0
|
2047
|
|
POST
|
Zalako, Just replace the existing line in the InfoPopup.mxml with one like this if ((sfx == ".jpg") || (sfx == ".png") || (sfx == ".gif") || link.indexOf(".jpg") > -1)
... View more
10-13-2010
12:10 PM
|
0
|
0
|
2334
|
|
POST
|
Philipp, Yep all you do is specify top="30" in that container.
... View more
10-13-2010
12:05 PM
|
0
|
0
|
500
|
|
POST
|
Joshua, The whole purpose of this widget was to minimize the legend to only those items (ACTUALLY) in the map. I still can not figure out why the widget is not showing up with my other widgets?! I am not sure what you mean by this?
... View more
10-13-2010
12:04 PM
|
0
|
0
|
1703
|
|
POST
|
Philipp, I can not duplicate your issues can you post your config.xml?
... View more
10-13-2010
12:00 PM
|
0
|
0
|
1703
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|