|
POST
|
Thanks for the suggestion. Getting rid of that extra ending newline is a good idea. We will do something similar to what you suggested. You can keep track of the progress at https://github.com/Esri/arcgis-viewer-flex/issues/84
... View more
03-14-2013
09:41 AM
|
0
|
0
|
1089
|
|
POST
|
If I use "center" my point is way off. ... http ://website/flexviewers/pathwayreview/index.html?center=47.61899181N,-122.10946752W&scale=5000 The center points need to be in the projection of the map, so if you are using the standard basemaps from ArcGIS or Bing, that means "web mercator". And your example above looks like latitude and longiture See doc at http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Viewer_URL_parameters/01m300000029000000/ and samples at http://resources.arcgis.com/en/help/flex-viewer/samples/ In a future release we might support specifying center/extent with lat/longs: https://github.com/Esri/arcgis-viewer-flex/issues/80
... View more
03-12-2013
04:28 PM
|
0
|
0
|
1294
|
|
POST
|
Which version of flex viewer are you using? 3.1? Are you compiling the source code with flex viewer, or using application builder, or the compiled zip version?
... View more
03-12-2013
05:18 AM
|
0
|
0
|
1095
|
|
POST
|
Does anyone know where I would change the uncompiled code on the Route Widget to allow the use of secured services? IdentityManager is already enabled (and should prompt as needed): https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/com/esri/viewer/ViewerContainer.mxml#L109
... View more
03-11-2013
12:03 PM
|
0
|
0
|
1095
|
|
POST
|
Michael, I am not familiar with the code for Robert's route widget (and I'm still confused what you mean with "OOTB route widget"), but as long as your application have enabled IdentityManager (which the flexviewer does by default) you should get prompted to log in. I'm guessing this might be working for you, and it's at a later step you get the error. What is the exact REST request and response that you are seeing?
... View more
03-11-2013
11:59 AM
|
0
|
0
|
1095
|
|
POST
|
That seems to be the case using the old URL did not require authentication and the new one does. As I do not have an AGOL account I am now unable to test/develop using the new url, so I guess this widget will become obsolete. Just FYI for people who don't have their own route service: For testing a non-authenticated route service (only covers San Diego): http://sampleserver6.arcgisonline.com/arcgis/rest/services/NetworkAnalysis/SanDiego/NAServer/Route For authenticated service - requires an arcgis.com account that is part of an arcgis.com organization (a 30-day free trial is available at http://www.arcgis.com/about/trial.html): http://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route
... View more
03-11-2013
11:40 AM
|
0
|
0
|
1095
|
|
POST
|
Could it be that this is a secured service, as it requires AGOL for Organization credentials, and both the OOTB ... Route Widgets I'm not sure what you mean with the OOTB Route Widget? This isn't released yet... but in version 3.2 we will add a new Directions (as in driving directions) Widget for this purpose.
... View more
03-11-2013
11:34 AM
|
0
|
0
|
2149
|
|
POST
|
It might be picky on your tag closing order. Try removing your bold tags, or at least move the closing bold tag to after the closing A tag (since you started the bold before the A).
... View more
03-09-2013
06:18 AM
|
0
|
0
|
618
|
|
POST
|
That email thread you found is a bit old. Starting with version 2.3, the Flex Viewer supports creating deep links into the Flex Viewer, even without you having to do source code changes and compiling on your own. See doc for URL parameters at: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Viewer_URL_parameters/01m300000029000000/ There are also samples on http://resources.arcgis.com/en/help/flex-viewer/samples/index.html for Zoom by center and scale. Zoom to an extent
... View more
03-08-2013
07:22 PM
|
0
|
0
|
1294
|
|
POST
|
...SearchWidget ... I hope it can be considered for 3.2. I think I found a tiny bug too. I've attached an updated 3.1 SearchWidget.mxml with the replaced lines commented out. Kenny, thanks for offering to contribute your work back to the flex viewer 🙂 I'm not sure if you are familiar with Git and GitHub, but the best way to suggest code improvements to the Flex Viewer source code is to create a pull request on GitHub: 1. Fork the Flex Viewer source code. 2. Make the changes to your own repo. 3. Make a pull request See https://github.com/Esri/arcgis-viewer-flex/blob/develop/CONTRIBUTING.md for more information.
... View more
03-08-2013
07:07 PM
|
0
|
0
|
1270
|
|
POST
|
No, there is no option to export selected point features to KML/KMZ functionality. I don't recall seeing any custom widgets that adds this functionality either.
... View more
03-07-2013
04:53 PM
|
0
|
0
|
2454
|
|
POST
|
FYI - The documentation for the ArcGIS Online Network Analysis Services is available at http://route.arcgis.com/, while the documentation for the ArcGIS Online Geocoding Service is at http://geocode.arcgis.com/.
... View more
03-04-2013
07:22 AM
|
0
|
0
|
2149
|
|
POST
|
There is currently a known limit when working with maps that do not use either Geographic or Web Mercator for their basemap's spatial reference. If you are using a spatial reference other than this, you will need to set the config.xml map's wraparound and addarcgisbasemaps attributes to 'false'. -- from http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#//01m300000011000000#GUID-82B3FE2C-8344-4FAB-873C-3808B33ED4D5 Kim, It's correct that you have to set those two parameters, do you still have problems after doing that? As for other solutions: If you are compiling the source yourself, the code is available on GitHub to work around this. Or you can wait for the next release, version 3.2, which among other things will add supports for 6 new locales, including Danish. We're planning to release 3.2 at the end of March. Or you can use the previous (3.0) version.
... View more
02-28-2013
01:09 PM
|
0
|
0
|
2085
|
|
POST
|
Triple-click is a good suggestion - thank you 🙂 Meanwhile, what I've been using is Ctrl-A, which also selects the whole text. Note also that the full text is selected when you use the keyboard to Tab out of it and then Shift-Tab back in.
... View more
02-28-2013
08:59 AM
|
0
|
0
|
663
|
|
POST
|
Hi Rhett, Users getting frustrated with the single line search, after selecting something from the dropdown, it populates the search box with the entire string selected. Just curious - the current behavior is the same as when searching Google, Bing or Yahoo. Once a user selects an item, it will populate the search box, then user can click in the search box to modify as well as double-click to select a word. Are these users frustrated with those search boxes as well? Often need to select some of it, delete, select more, delete, and so (even double/triple click doesn't work) on just to clear the box to enter a "new" search term. What part isn't working? I know that with the default black-gold colors of the flex viewer it is hard to see the word highlighted when double-clicking, but otherwise I think the current implementation is a good default (except for the hard-to-see visual distinction when selected). Try for example the lighter colored samples: http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-css-desert.xml http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-css-sage.xml Of course, if someone really wants to change this behavior, they could use your code 🙂
... View more
02-27-2013
10:54 AM
|
0
|
0
|
663
|
| 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
|