|
POST
|
This is the kind of problem I'm referring to: http://forums.arcgis.com/threads/62538-Error-when-using-print-service-on-dynamic-layer?p=221720&viewfull=1#post221720 If the print task and map services are on the same GIS server, the server is still making a HTTP request to the url in the web map json, so it's acting as a client to itself.
... View more
09-26-2012
10:53 AM
|
0
|
0
|
639
|
|
POST
|
Maybe it's a firewall problem where your print server can't make a HTTP request to your service? What is the URL to your print service? That server needs to be able to connect to your service. Can you use a tool like HttpFox to see the print request and response? I'd focus on getting it working without security turned on or with a unsecured test service on your server first.
... View more
09-26-2012
10:46 AM
|
0
|
0
|
2069
|
|
POST
|
Here's a working example. The login is: user1/user1 map config: <map esrilogovisible="true" openhandcursorvisible="true" scalebarvisible="true" zoomslidervisible="false" wraparound180="true" addarcgisbasemaps="true" initialextent="-13458291.5379666 4173046.713184668 -13425614.70837473 4191582.6925437986" wkid="102100" top="40">
<operationallayers>
<layer type="dynamic" label="SaveTheBay" url="http://sampleserver6.arcgisonline.com/arcgis/rest/services/SaveTheBay/MapServer" visible="true"/>
</operationallayers>
</map> print widget config: <?xml version="1.0" ?>
<configuration>
<taskurl>http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task</taskurl>
<title visible="false"/>
<copyright visible="false"/>
<author visible="false"/>
<usescale visible="true"/>
</configuration>
... View more
09-26-2012
09:49 AM
|
0
|
0
|
2069
|
|
POST
|
Does it print fine if you turn off security on your service? If not, then it's probably a different problem. What is the URL to your print service? That server needs to be able to connect to your service. Can you use a tool like HttpFox to see the print request and response? The client should be sending the short term token as part to the url in the Web_Map_as_JSON parameter.
... View more
09-26-2012
09:06 AM
|
0
|
0
|
2069
|
|
POST
|
Neil, It is definitely possible as long as you add your ma service as type dynamic (That way ArcGIS Server will re-project your data on the fly). These layer types can also be projected on the fly: feature, image, arcims, wms and kml
... View more
09-19-2012
10:33 AM
|
0
|
0
|
1200
|
|
POST
|
You could bind the visible property to the checkbox like this: <s:CheckBox id="RSS" label="KML Features"/> <esri:KMLLayer id="chargkml" url="http://www.mapottawa.ca/data/2009_splash_pads.points.kmz" visible="{RSS.selected}"/>
... View more
09-17-2012
12:17 PM
|
0
|
0
|
1055
|
|
POST
|
Are you using a dynamic layer or a feature layer in your config? You have to directly hit the line if it's a feature layer. If it's a dynamic layer, then a query is sent to the server with an extent that's twice as wide as the line symbol width.
... View more
09-12-2012
12:10 PM
|
0
|
0
|
747
|
|
POST
|
This sample may help: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Paging_through_results/01nq00000060000000/
... View more
09-10-2012
02:21 PM
|
0
|
0
|
1170
|
|
POST
|
Try setting "returnGeometry" to true on your Query. See: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#returnGeometry
... View more
09-10-2012
02:17 PM
|
0
|
0
|
693
|
|
POST
|
What version of the API are you using? What is your param? Can you share a complete test?
... View more
09-07-2012
09:56 AM
|
0
|
0
|
693
|
|
POST
|
So for $99 I could create something that I could put on my iPad certain iPads that I put the UDID code in for. How will the user see the app? Will it just pop up in the app store for only that device? You would need to distribute the ipa file internally and the user would add it to their iTunes library and then sync it to their iPad.
... View more
08-31-2012
08:46 AM
|
0
|
0
|
2124
|
|
POST
|
Have you been able to get step 4 working where it runs on your desktop from Flash Builder? Here's a good blog post on doing Flex iOS development: http://devgirl.org/2011/06/20/flexair-for-ios-development-process-explained/ You can just pay for the regular $99 Apple iOS dev program and then distribute your app using "Ad Hoc Distribution" for up to 100 devices. https://developer.apple.com/programs/ios/
... View more
08-30-2012
01:22 PM
|
0
|
0
|
2124
|
|
POST
|
You don't have to submit your app to the Apple App Store. Instead you can enroll in the iOS Developer Enterprise Program. Here is Adobe's help on developing mobile Flex apps: http://help.adobe.com/en_US/flex/mobileapps/index.html
... View more
08-30-2012
09:12 AM
|
0
|
0
|
2124
|
|
POST
|
You'll need to create a Flex Mobile application that will be installed on the iPad like any other application. See: http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Mobile_applications_with_Flex/017p00000025000000/
... View more
08-30-2012
07:27 AM
|
0
|
0
|
2124
|
|
POST
|
/inetpub/wwwroot/ should not be part or the url. Try just http://localhost/folder_name where folder_name is the name of the Viewer folder inside wwwroot.
... View more
08-29-2012
02:57 PM
|
0
|
0
|
1016
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|