|
POST
|
http://fiscalofficer.cuyahogacounty.us/AuditorApps/real-property/REPI/srch_results_Response.asp?parcelNum=313-15-106&b_2=Search&opts=2 doesn't work (but has the same parameters as in the POST). My assumption is that they only allow POST, and not GET. I would recommend contacting the county people in charge of that web site.
... View more
04-05-2012
08:57 AM
|
0
|
0
|
767
|
|
POST
|
Ask them to support GET in addition to POST for their application. Or to create something specific for you...
... View more
04-04-2012
10:46 AM
|
0
|
0
|
767
|
|
POST
|
I'm running XP 64bit with Flash Player v 11.1.60 .... Installed Adobe Flash Player version: 10.3.181.34 Required version: 11.1.0.0 ... My add/remove programs shows I'm running Flash Player 11.1.60 You might have different versions running in different browsers...
... View more
04-03-2012
03:57 PM
|
0
|
0
|
1369
|
|
POST
|
Here's an example of a config (created with the application builder like Derek suggested) that works: <basemaps>
<layer type="tiled"
label="Light Gray Canvas"
url="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer"
visible="true"/>
<layer type="tiled"
label="Light Gray Canvas"
url="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer"
visible="true"
reference="true"/>
</basemaps>
... View more
04-03-2012
02:49 PM
|
0
|
0
|
2245
|
|
POST
|
More for posterity: This link will always go to the latest version: http://links.esri.com/flex-api/latest-download This link will go to the 3.0 Prerelease API: http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&downloadid=701 This link will show a list of all the API versions: http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_Flex For the viewer, the source code is open source and available from https://github.com/ArcGIS/ArcGISViewerForFlex/tags
... View more
03-24-2012
06:34 PM
|
0
|
0
|
1369
|
|
POST
|
The source code is now available on GitHub: https://github.com/ArcGIS/ArcGISViewerForFlex/tags
... View more
03-20-2012
08:53 AM
|
0
|
0
|
2157
|
|
POST
|
The new Viewer community site: resourcesbeta.arcgis.com/en/communities/flex-viewer/ What's new in ArcGIS Viewer 3.0 Prerelease for Flex http://resourcesbeta.arcgis.com/en/help/flex-viewer/concepts/index.html#/What_s_new_in_3_0_Prerelease_Viewer/01m300000011000000/ Note that the URLs have changed slightly from the 3.0 beta. We will remove those pages later this week.
... View more
03-19-2012
09:15 PM
|
0
|
28
|
6819
|
|
POST
|
The new API community site: resourcesbeta.arcgis.com/en/communities/flex-api/ What's new in ArcGIS API 3.0 Prerelease for Flex http://resourcesbeta.arcgis.com/en/help/flex-api/concepts/index.html#/What_s_new_in_ArcGIS_API_for_Flex/017p0000000w000000/ Note that the URLs have changed slightly from the 3.0 beta. We will remove those pages later this week.
... View more
03-19-2012
09:14 PM
|
0
|
11
|
3710
|
|
POST
|
I have tried ArcGIS Locators. One thing though is by default is seems like Bing is the choice, so perhaps when I switch to a ArcGIS locator, something is not changing behind the scene. We've made a number of changes to the 3.0 Prerelease which I think will fix the issue. If you don't want to wait ... you could try adding a new locator widget (instead of re-using the one that by default is part of every application). One of these two scenarios should be working fine in the beta as well (if i remember correctly).
... View more
03-15-2012
07:57 AM
|
0
|
0
|
2283
|
|
POST
|
For the 2.x release that is correct. The 3.0 PrintWidget supports printing to PDF using your own layout template (as set up within ArcGIS). This will require ArcGIS Server 10.1 and the ArcGIS Viewer 3.0 for Flex. This was released in beta end of last year, and the 3.0 prerelease will be available later this month.
... View more
03-14-2012
03:02 PM
|
0
|
0
|
415
|
|
POST
|
Using ArcGIS 10.1 and Flex API 3.0 this will be possible. You can ask for the statistics for a field, in this case the max date. http://resourcesbeta.arcgis.com/en/webapis/flex-api/apiref/com/esri/ags/tasks/supportClasses/Query.html#outStatistics
... View more
03-12-2012
03:45 PM
|
0
|
0
|
571
|
|
POST
|
7 other applications such as AttributeInspectorInfoWindowViewonly, EditorSkin, LayerTOC, etc show "data binding will not be able to detect assignments to length (please see attached image)" Those are warnings that you can ignore. The samples still work fine. This warning was new with the Adobe 4.5 SDK. We've updated our samples for the next release (3.0 Prerelease) using the same solution as sugggested by Sarthak in his post at http://forums.arcgis.com/threads/29750-Flex-SDK-4.5-support?p=103307&viewfull=1#post103307 to get rid of the warning.
... View more
03-12-2012
02:31 PM
|
0
|
0
|
1362
|
|
POST
|
Which leads to the big picutre question: How do you know? How do you know which attributes are even available to change?... The API Reference is your best reference - see for example http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/AttributeInspector.html - at the top right, click "Styles" to see a summary of styles available for AttributeInspector, or "Properties" to see a list of those. [Your #1]In this case, the "formMaxHeight" allows you to set the max height of the form in pixels. However, be careful to not change it to be bigger than the vertical application size. [Your #3]The "singleToMultilineThreshold" property can be used to say that all fields under a certain max length threshold should be displayed as single line input boxes. In general, if there is no styles or properties listed for the component, editing the skin is often the way to go. [Your #2]
... View more
03-12-2012
02:17 PM
|
0
|
0
|
725
|
|
POST
|
Is a workflow like this possible with the esri:Editor class? Not with the Editor class, but it's possible with the API. The key is to use select the graphics from one layer, then use FeatureLayer.applyEdit() on another. A sample that shows part of this is: http://help.arcgis.com/en/webapi/flex/samples/index.html#/Edit_without_Editor/01nq00000043000000/ FeatureLayer(graphic.graphicsLayer).applyEdits(null, [ graphic ], null);
... View more
03-12-2012
02:02 PM
|
0
|
0
|
528
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-11-2026 11:16 AM | |
| 2 | 03-17-2025 08:24 AM | |
| 3 | 03-17-2025 07:27 AM | |
| 4 | 02-26-2025 11:37 AM | |
| 1 | 03-23-2023 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-14-2026
04:21 PM
|