|
POST
|
James, It does support Server 9.3.x. So you can use the new FeatureLayer with Server 9.3 map service.
... View more
08-10-2010
12:30 PM
|
0
|
0
|
1280
|
|
POST
|
Matthew, From my observation, the Sample Flex Viewer 2.0 is still very much a beta product Yep it is still very much in Beta, and it's documentation is as well that is the whole thing with early Beta adoption is that you have to deal with bugs, lack of some functionality and unfinished documentation. One very big thing I have to point out to FLEX API users is that the API is a free product that you pay absolutely nothing for. You can use the API even if you have no esri software, by using free map services that are available through ArcGIS online. That being said if so many people are wanting a things to be just like other ESRI products then be prepared to have esri change their minds on the free portion and begin charging us for the API's. I don't think that esri or any of us want them to do this. Just my opinion, nothing personal Matthew I just have been watching this forum for a very long time now and people tend to forget that the API is free.
... View more
08-10-2010
12:28 PM
|
0
|
0
|
1156
|
|
POST
|
William, In 1.3 API you will have to do a query first so that you can have the graphic of the polygon returned to you and then you can feed that graphic to the geometryService GeometryService.labelPoints([graphic]);
... View more
08-10-2010
11:41 AM
|
0
|
0
|
562
|
|
POST
|
James, The alpha property controls the whole map service and alpha of sublayers is only possible using 2.0 API and featurelayers for each sublayer of the map service.
... View more
08-10-2010
11:35 AM
|
0
|
0
|
1280
|
|
POST
|
James, Change the type="feature" to type="dynamic" and make sure you have a crossdomain.xml file in the root of your ArcGISServer.
... View more
08-10-2010
11:30 AM
|
0
|
0
|
1258
|
|
POST
|
Kirti. Since you already have the 1.x version working it will not be hard for me to provide you with the code to replace. I will post something hopefully later today.
... View more
08-10-2010
08:36 AM
|
0
|
0
|
2116
|
|
POST
|
Peter, You can try to to set the viewStack.selectedIndex = 1; at the very end of the init function also. It sounds like your changes are not getting built though.
... View more
08-10-2010
08:23 AM
|
0
|
0
|
1884
|
|
POST
|
Jim, By default the config.xml is the one that is used so you would want to modify that one or you could change the default by modifying the VeiwerContainer.mxml DEFAULT_CONFIG_FILE on line 49
... View more
08-10-2010
08:10 AM
|
0
|
0
|
1837
|
|
POST
|
Peter, You mentioned you switched the viewstacks order around did you set that back to original? I know that this works as I am doing it in my code and have helped several people with this same issue.
... View more
08-10-2010
07:30 AM
|
0
|
0
|
1884
|
|
POST
|
James, I ran into this also and found that you can not do the cast to searchwidget like we did in 1.3. The work around is to just define sw as type object and it works, you just will not get the autocomplete or intellisence in the ide.
... View more
08-10-2010
07:14 AM
|
0
|
0
|
928
|
|
POST
|
Peter. Just add a selectedindex attribute to the viewstack in the mxml code.
... View more
08-10-2010
06:54 AM
|
0
|
0
|
1884
|
|
POST
|
Stephen, Look at the config-all.xml then the operationallayers you will see how these files are intended to be used. <layer label="Fires" type="feature" visible="false" alpha="1" info="widgets/InfoTemplates/SimpleInfoWinWidget.swf" infoconfig="widgets/InfoTemplates/IWT_Fires.xml" url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer/0"/>
... View more
08-10-2010
03:26 AM
|
0
|
0
|
850
|
|
POST
|
Manolo, Yes you are right there is no support currently for anything besides Widgets, Links, Basemaps and NavTools. I think you could easily use link <link label="Help" icon="com/esri/solutions/flexviewer/assets/images/icons/i_help.png" menu="menuHelp">openMyTitleWindow</link> Then in the controlerMenuItem.mxml
case "link":
{
if(itemValue == "openMyTitleWindow"){
//todo add code
} else {
navigateToURL(new URLRequest(itemValue));
}
break;
}
... View more
08-10-2010
03:21 AM
|
0
|
0
|
1019
|
|
POST
|
Kirti, You didn't miss this part did you? This version is COMPLETELY dependent on 2 things 1. ArcGIS Server 10 map services 2. Flex Viewer 2.0 and obviously Flex API 2.0 It sound like you are trying to use the Sample Flex Viewer 1.x.
... View more
08-10-2010
03:04 AM
|
0
|
0
|
3054
|
|
POST
|
Pete, Yep that is in the widgets/HeaderController/WidgetItemDataGroupRenderer.mxml
... View more
08-09-2010
12:54 PM
|
0
|
0
|
979
|
| 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
|