|
POST
|
Yasmine, So, are you saying that you are trying to get this to work in an old 2.x version of the FlexViewer? Not sure what you are asking, as if you have the new viewer and installed the latest TOC widget as described in the documentation, then this code shouldn't be needed as the exlcudelayers is a configurable option now. R_
... View more
03-04-2013
02:40 PM
|
0
|
0
|
2161
|
|
POST
|
Am blocked from Google analytics so I can't do any testing, but I notice in Fiddler that each time I toggle a layer on, it makes a url request for that layer. Seems you could have GA track that URL? like I said, not sure if it would work, or any way to test. Just a thought, R_
... View more
03-04-2013
02:31 PM
|
0
|
0
|
907
|
|
POST
|
Matt, Have you tried with Fiddler2 open to capture the web results? Curious if you are getting the 200's on the MapServer/#/querys or if they are 404ing on you. No matter what I've tried, I can't reproduce. Also, can you reproduce the issue using a different service as your uniquvaluesfromfield layer? R_
... View more
03-04-2013
10:16 AM
|
0
|
0
|
1818
|
|
POST
|
Yep, that did it. Just have to use the right ChartWindow.mxml for the respective server version. R_
... View more
03-01-2013
04:17 PM
|
0
|
0
|
912
|
|
POST
|
Here you go. I attached as text files. trace_v10_0.txt is using the 10.0 SOE and does not work with new Profile Widget (works with old) trace_v10_1.txt is using the 10.1 SOE and does not work with the old Profile Widget.(works with new) I see that not only does the new one provide additional info (SR, hasZ) , but they have changed the pairing of the data. The "new" one it seems it gives an [x,y,z],[x,y,z], whereas the old one gives [x,y],[x,y], , format. R_
... View more
02-28-2013
11:37 AM
|
0
|
0
|
3225
|
|
POST
|
Definatly seems to be a server version issue. If I try the sampleserver4 SOE (v 10.02 )that came with the original widget, it produces blank output as well. Also, if I try to use the 10.1 (sampleserver6) version in the original widget, I get this error: A problem occurred while parsing and charting the returned elevation data:
Error #1010: A term is undefined and has no properties. R_
... View more
02-28-2013
10:02 AM
|
0
|
0
|
3225
|
|
POST
|
Sure, the enhanced DrawWidget allows you to configure whatever distance, area, and point units you want. Just need to add the converion option to the eDrawWidget.xml. http://www.arcgis.com/home/item.html?id=91a0014160fc4a9caadc2c7fd7089c1b I use this in my xml for knots as my data is in meters. <distanceunit abbr="nm" conversion="0.0005400">Knots</distanceunit>
R_
... View more
02-28-2013
09:06 AM
|
0
|
0
|
655
|
|
POST
|
Yep. Replaced the entire package and it worked fine. changed the commenting so that it was in meters rather than feet, worked fine. Set basechartatzero to false, worked fine. Changed to my SOE, blank output. Don't get any errors, just no pofile returned: [ATTACH=CONFIG]22262[/ATTACH] Wanted to do more testing, but can't find a ESRI 10.0 SOE to test against and it doesn't appear as if the version for 10.1 is available to install on my 10.1 test box. R_
... View more
02-28-2013
08:14 AM
|
0
|
0
|
3225
|
|
POST
|
Well, that fixed the zoom issue. However, when I switch it to utilize my Elevation SOE, it gives me a blank profile. Does this not support AGS 10.05 anymore or do I have something else going on here? Tested in my custom state plane app as well as OTB. The "old" version worked with either service, this one only seems to work with the ESRI SOE service. R_
... View more
02-28-2013
07:24 AM
|
0
|
0
|
3225
|
|
POST
|
Currently in the navigation tool, If I select the zoom in or zoom out buttons, it will remain active until I click on the pan button again. Is it possible to have the zoom in/out button deactivate itself after a zoom has been performed, or have it deactivated when another widget is opened? investigating more, I see that most widgets seem to override it somehow, but, the Elevation profile widget does not. Is a little confusing when you zoom into an area, grab the elevation profile tool and draw you profile line. It ALSO zooms in to the extent of the box drawn when drawing the line (I.e. both tools are active and functioning at the same time). anyway, any idea how to disable it either when the Elevation Profile widget is active OR, after perfoming a zoom operation? R_
... View more
02-27-2013
02:52 PM
|
0
|
13
|
5505
|
|
POST
|
Do you have the same issue in the ArcMap document? I have seen weird behaviour like this with ArcMap and polygon data. Normally with self intersections or something causing it to be "corrupt". Sometimes the repair geometry tool will fix it, other times, I have to create a new feature class, start editing, then copy all the features and paste into the new featureclass, then use this one to build your service. If not, then not sure what to say other than, good luck, R_
... View more
02-27-2013
12:22 PM
|
0
|
0
|
1665
|
|
POST
|
Bjorn, If it were to work like Google or Bing, then it would be great, but it only partly behaves that way. If I do a search, it will populate the dropdown list with the results that "contain" my search string. If I pick one that the search string is not the very first item, it will populate the box with all the values from all the configured search fields for that feature. I can then double click to select it, but it will only select a single word. If I have 5 search fields, then I have to either double click many times (as the double click select doesn't span any puctuation, spaces, commas, etc) and delete them, or drag/select the entire string if I want to delete and do a new search. Since some of my fields may have a sentence in there, not just a single word, this is tedious as I have to keep dragging off the viewer until I reach the end of the string. So, this is similar to Google (of course the Google search box isn't a tiny little box in the corner, and can normally see the "entire" search string) except with Google, if I want to clear the entire string for a new search, then tripple click is the answer (most software, double click selects a word, tripple click selects entire line). If this box had a tripple click/select all like Google, Bing, and Yahoo, and the rest of the world, then it would be a moot point. Of course, a simple clear button would resolve the issue as well. There just isn't a "non-frustrating" way to clear a large string from that box when one wants to do a new search. I'm pretty new to flex and not sure how to add the tripple click option, and had issues trying to get a clear button to show up "outside" of the textinputbox, so I handled it this way. R_
... View more
02-27-2013
11:11 AM
|
0
|
0
|
650
|
|
POST
|
I don't use the GUI, but I figure it would be in the configure section for popups and the key/value pair tab. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Configuring_pop_ups_in_Application_Builder/01m30000004p000000/ The format statement I gave you is for a number field. Is your PRIORITY_DATE field a date field or just a number (or, is your service public to test?)? The fields section on this link http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m30000002q000000/ shows the avialable format options. R_ Ultimately, the change needs to be in the popup folder in your flexviewer folder on the server (which I suspect AppBuilder does for you). So, for windows using IIS, would be something like \inetpub\wwwroot\FlexViewer_Map\popups\Popup_layer.xml
... View more
02-27-2013
10:38 AM
|
0
|
0
|
2850
|
|
POST
|
Sure, just use the usethousandsseparator in your field tag. Here is an example for my Shape_Area field that displays without any of the commas. <field name="Shape_Area" alias="Area of Feature" visible="true">
<format precision="0" usethousandsseparator="false"/> More here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m30000002q000000/ R_
... View more
02-26-2013
05:23 PM
|
0
|
0
|
2850
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
Monday
|