POST
|
Heather, yes, I am able to access the link you provided. I'm not sure what portal URL I have set. It should be whatever it was set to be when I downloaded it, since I haven't edited any of the code yet. Yes I get the same error when I attempt to comile the source code in Flash Builder, but again, I haven't made any changes so whatever is referenced in the download, is what is trying to be accessed when I compile it in FlashBuilder. Are you able to install and create a new web application in App Builder? If so, what basemap are you specifying under the Maps tab? Can you click on Settings > Advanced Settings > and remove whatever URL may be set for the Portal setting?
... View more
12-18-2012
07:27 AM
|
0
|
0
|
1249
|
POST
|
I have discovered something interesting about this problem. The GP tools under ArcServer work on a Win Server2008R2 machine but not a Win Server2008R2 sp1 machine. What does service pack 1 do that causes this problem? Anybody? OK, just to confirm. Is the problem occurring directly in the API or outside using REST? It sounds like it's specific to the REST service and how the OS is handling the job(s)? Is this the case? I'm wondering if there may be some permissions issues that apply to this specific issue?
... View more
12-18-2012
07:15 AM
|
0
|
0
|
371
|
POST
|
I have recently downloaded v3.1 to test out. I've attempted to use the compiled and uncompiled versions and both have given me similar results. I'm not sure if there is something different that I need to do in this version, but previously it was more or less plug and play. I've attached a copy of the error I'm recieving. If anyone can help I'd appreciate it. Thanks One other thing I forgot to mention before was whether or not you were behind a firewall? I'm wondering if you are actually being able to connect to the services on ArcGISOnline which is what we are pulling our basemaps? Can you access http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer? What do you have set as your portalurl? Try removing any reference to a URL for this. You also mentioned that you get the problem in App Builder as well. What services are you trying to access before accessing the finished web application?
... View more
12-17-2012
12:01 PM
|
0
|
0
|
1249
|
POST
|
Robert, Thank you so much for your answer. Once again you are there for us. Janie Hi Janie, There is no set limit to the amount, although there is a limit to the size of the attachment. The maximum size is set to ~2GB. HTH
... View more
12-17-2012
10:34 AM
|
0
|
0
|
415
|
POST
|
is there a way to limit the columns dispalyed in the attributetable? thanks, What exactly do you mean when you state "limit the columns"? Are you doing this directly using the AttributeTable component or in the Viewer?
... View more
12-17-2012
09:06 AM
|
0
|
0
|
375
|
POST
|
I am having trouble showing Infowindow on featureLayer click event (Android App with Flex 3.1 API). Sometime it works and sometime it doesn't work. It work perfect with mouse but when i moved to my Android device, some how click/tap event is not working as it should. Is there any tolerance or anything else in creating featureLayer that I am missing? Any help ? [HTML] <esri:FeatureLayer url="here is URL" outFields="[some Fields]" mode="onDemand" definitionExpression="ON = 06" updateEnd="updateEndHandler(event)" autoMoveGraphicsToTop="true" useAMF="true" > <esri:infoWindowRenderer> [/HTML] Take a look at this doc, does it pertain to what you are seeing? http://resources.arcgis.com/en/help/flex-api/concepts/index.html#//017p0000000w000000#GUID-E68C075A-6FD8-4BB3-851F-3826D9B3CE1D "There is a known-limit when working with pop-up windows in mobile applications created with version 3.1. If doing so, please note that you will need to either: add both mx.swc and sparkskins.swc to your project, or update the PopUpRendererSkin class and remove references to the RelationshipInspector component." This is also doc'd in the FAQs and Understanding Flex > Mobile Applications with Flex topics.
... View more
12-17-2012
08:54 AM
|
0
|
0
|
371
|
POST
|
I converted one of my flex app to IOS/Android native apps using Flash builder, flex 4.6 and ESRI Flex API 3.1 IT work as it suppose both in browser and on Android but feature layer and query doesn't work on IOS. (App works fine in simulator but not on device). Very Strange Behavior: It works on 3g OR Cell network but not on WIFI. Query and featureLayer is not working on WIFI. Any thoughts? is it a bug or? When you say it doesn't work? What exactly is not working? Are you receiving errors?
... View more
12-17-2012
08:52 AM
|
0
|
0
|
1197
|
POST
|
Hi there, I have an application which is developed using agslib 2.1. I want to migrate t to agslib3.1. When I use the new library, There is an error in MapManager.mxml code as "Call to a possibly undefined method zoomToFullExtent through a reference with static type com.esri.ags.tools:NavigationTool." I could not find any updated MapManager.mxml in FlexViewer version 3.1. So I was thinking that maybe I must follow a process for migrating from 2.1 to 3.1. does anybody know how I can migrate my code to use the new library, or any workaround for resolving the issue? First off, I would make certain that you have the minimum system requirements: http://resources.arcgis.com/en/help/flex-api/concepts/index.html#//017p0000000m000000. Have you taken a look at the What's new archived doc - Migrating from 2.5 to 3.0, http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Migrating_from_2_5_to_3_0/017p00000024000000/. It mentions, "The zoomToFullExtent() method on NavigationTool was deprecated at 2.3 and has been removed at 3.0. Use Map.zoomToInitialExtent() instead." HTH
... View more
12-17-2012
08:40 AM
|
0
|
0
|
327
|
POST
|
Please try the link again. It should be working correctly. Again, sorry for any inconvenience. -Heather
... View more
12-14-2012
08:09 AM
|
0
|
0
|
607
|
POST
|
Unfortunately there are some issues on our end that are affecting downloads. We are actively trying to get this resolved. Please hold tight as it should hopefully not take too long. -Heather
... View more
12-14-2012
07:49 AM
|
0
|
0
|
607
|
POST
|
Hi Matt, Yes, thank you. We just pushed this out later last night so we will get this taken care of ASAP. It should hopefully be up soon. Thanks again, Heather Hi: I get redirected to an error page when trying to download. I sent an email to the Site Manager but get an out-of-office not returning til Dec 20th reply. http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&downloadid=849 Can you look into this please? Thanks, Matt English Esri Canada
... View more
12-14-2012
05:27 AM
|
0
|
0
|
607
|
POST
|
Not sure if you saw the doc regarding pop-ups in App Builder 3.0? This App Builder version supports configuring pop-ups using free-flow description. Pop-ups using key-value style will also be supported in our next release of the App Builder. For now, see if this may help provide a little more, http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#//01m30000004p000000.
... View more
10-04-2012
11:33 AM
|
0
|
0
|
1040
|
POST
|
What version of Flex Viewer are you using? I am assuming you are doing all of this through a popup config file and not Application Builder? We are in the process of updating documentation but in case you may have missed it, there was an additional topic created for popups in 3.0 App Builder, http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Configuring_pop_ups_in_application_builder/01m30000004p000000/. The concept for working with the Description tag remains the same.
... View more
09-07-2012
10:52 AM
|
0
|
0
|
513
|
POST
|
I am also using IIS basic/windows authentication to secure my FV 3.0 application. I do not have any security on my services because I'm also trying to avoid my external users from having to supply their credentials for every secured service in the web application. At the same time, I need the services to be secure without having the credentials prompt pop-up. I am not working with a proxy page so my scenario is only #1 and #2 from the list above. Is there a way to disable the prompt with secured services without using a proxy page? Thanks Normally you are prompted for the credential which generate the token needed to unlock the services. The user/pass information is configured and stored by the administrator via Manager. If you do not want your users to have to log in to access specific services, you may be able to control which users/roles have access to what services through other means like Integrated Windows Authentication or even using a custom Security provider. The first option works with the user/roles that are managed directly in MS Windows Active Directory server. This way you can take advantage of the accounts already on your network. You would need to set up the permissions to your services based on these accounts. There is a tutorial on this at http://resources.arcgis.com/en/help/main/10.1/index.html#/Securing_web_services_with_Integrated_Windows_Authentication/015400000517000000. I would suggest taking a look at the 10.1 security section on the online resources Help section. They have a pretty good description of the different options you can choose. You may also want to ask some of these security-type questions on the main ArcGIS Server 10.1 -Windows or General discussion forum as well. HTH,
... View more
07-06-2012
06:28 AM
|
0
|
0
|
1073
|
POST
|
Heather - that did the job! A couple of queries around that though - I ran that change on a version of the viewer code where I'd already made the additional references to IdentityManager.instance.enabled = false as documented previously in this discussion. If I understand correctly those modifications should no longer be required if it's picking up the proxy info correctly. Is that right? Secondly presumably this will be corrected in a future release of the compiled viewer? Thanks for all your help Best Regards Simon Excellent, I'm glad to hear it. As for your questions...You should not need those previous modifications you made. Go ahead and remove it and see how it goes. And for the second question, yes this has been marked as a bug and should be fixed shortly. I would keep an eye on GitHub where we keep the source and you can check for any recent check-ins. Thanks for helping us troubleshoot this.
... View more
07-05-2012
06:39 AM
|
0
|
0
|
1073
|
Title | Kudos | Posted |
---|---|---|
2 | 07-08-2025 04:21 AM | |
2 | 07-07-2025 07:38 AM | |
1 | 02-27-2024 08:17 AM | |
2 | 02-26-2024 06:53 PM | |
1 | 07-27-2023 07:27 PM |
Online Status |
Offline
|
Date Last Visited |
07-22-2025
08:51 AM
|