|
POST
|
Hi Jeff, I believe they have fixed this bug in Server 10.3 and above. There are few things you might want to check. 1) your server version 2) Check if the field is set to not null-able. 3) If you have imported the date filed for older shapefile into database and published it to server. If anything doesn't work then try using a string field instead of Date. Thanks, Akshay
... View more
01-11-2016
01:27 PM
|
0
|
4
|
1920
|
|
POST
|
Hi Jeena, I put together a sample here. You can check this out. InfoWindowFloatingPane - JSFiddle See if that helps. Thanks, Akshay
... View more
12-31-2015
04:47 PM
|
1
|
0
|
1628
|
|
POST
|
Hi Michael, That might be possible. It may have taken the default date when you imported your data from original GDB. Thanks, Akshay
... View more
12-31-2015
09:57 AM
|
0
|
0
|
998
|
|
POST
|
Hi Palanisamy, From the description above I feel that the previous selection or Graphics are not cleared before the next selection is being made. Try using map.graphics.clear() or featureLayer.clearSelection() method before you select the next feature. Let me know if that works. Thanks, Akshay
... View more
12-29-2015
05:01 PM
|
1
|
2
|
1506
|
|
POST
|
Hi Michael Matela, I am not what is different but I would like to ask you what is the version of ArcGIS For Server you are using? If you are using your own feature service. I remember there was an issue for ArcGIS Server Pre 10.1 that it will default it to that date. Let me know. Thanks, Akshay
... View more
12-29-2015
04:54 PM
|
0
|
2
|
998
|
|
POST
|
Hi Mike Crook, The Beta version does not have all the widgets included in it. Even if you can access the module it may not work properly. Further versions of Beta will add more widget to the API. As of now, widgets that you can see in API Reference of Beta 2 are the only ones that are working. Check under widgets at Index | API Reference | ArcGIS API for JavaScript. I will strongly recommend that you use the Beta Versions for Proof of Concept and testing. Let me know if that helps. Thanks, Akshay
... View more
12-01-2015
04:52 PM
|
0
|
0
|
1537
|
|
POST
|
Hi Alex, Currently it is not possible to make dynamic layer offline using JavaScript application. Dynamic layer generates the tiles at server end as per the request and essentially needs a connected environment. As of now JavaScript API cannot read .mpk files or .geodatabase files directly from your machine like Runtime applications which are basically windows applications. I am not sure how heavy your symbology is but you should be able to render it on client. Thanks, Akshay
... View more
11-05-2015
03:07 PM
|
0
|
0
|
646
|
|
POST
|
Hi abu khan, I was wondering if you have tried using dojo Floating pane? You can use this to open floating panel. dojox.layout.FloatingPane — The Dojo Toolkit - Reference Guide You can also check the attached sample to see how this can work. Thanks, Akshay Harshe
... View more
11-05-2015
02:47 PM
|
0
|
0
|
602
|
|
POST
|
Hi David, As I mentioned, this widget is still in BETA so as of now it does not work with the legend in the same widget you can check the note in the link I provided in my previous reply. NOTE: A legend is not included along side each layer. Use the Legend widget for displaying information about the layers. Toggling of map services, KML and WMS sublayers outside of the widget is not supported, in addition to sublayers that are out of scale range. As of now I do not have that information if there are plans of including a legend in the layerlist widget. But I believe that can be a good enhancement. Thanks, Akshay
... View more
10-07-2015
09:20 AM
|
1
|
1
|
1537
|
|
POST
|
Hi Mike, I understand you are willing to have some knowledge about implementing a Table of Content list in the 4.0 API. I believe we we have a widget that is currently available for that in 3.14. If you haven't had a chance to check this out before. Please have a look at LayerList Widget here: LayerList | API Reference | ArcGIS API for JavaScript. Just bear in mind that this widget is still in Beta and may have some unfixed bugs. As of now this is not available in 4.0 Beta1. Does that answer your questions? Let us know if you have any specific questions about starting out on your own for implementing that in 4.0 I will try making some suggestions if possible. Thanks, Akshay
... View more
10-05-2015
04:38 PM
|
0
|
5
|
1537
|
|
POST
|
Hi Sandeep, Is this something you are looking for? arcgis-runtime-samples-dotnet/DistanceFromGeometry.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitHub Thanks, Akshay
... View more
07-08-2015
08:45 AM
|
0
|
0
|
1129
|
|
POST
|
I agree with your opinion Kristian Ekenes. Also, documentation is not very clear on explaining details about autoSelect.
... View more
07-07-2015
03:32 PM
|
0
|
0
|
1709
|
|
POST
|
Hi Jeff, I agree with Kristian. Also, If we look at AutoSelect function specifically, I don't think we can log a bug against that because this function is dependent on FindAddressCandidate task's results and on correct results this works completely fine. The suggestions given in the box below are result of the Suggest task and actual address is returned by the FindAddressCandidates. If you are writing a specific address and you hit ENTER button you are not selecting the suggestion, instead, It will always give a priority to the text that you have typed in the box (Even if it is spelled incorrect) over what is the first suggestion and send that to the FindAddressCandidate. So, I might not see this as bug, It will probably just by design. Kristian Ekenes can you provide some insight on that. Also, if you type the address that you have given( "1021 N Grand Ave E, Sp") in GOOGLE Maps and hit ENTER button it will not select the first suggestion and will behave identically returning no results. If you want it to customize and add a behavior like that I would recommend checking out Suggest-Results event. You may be able to get the first value and complete the search box on "TAB" Button click leaving the enter button to function as it is. Let me know your thoughts. Thanks, Akshay
... View more
07-07-2015
02:03 PM
|
0
|
0
|
1709
|
|
POST
|
Derek, I am just giving an example.. adding 10000 is just too much deviation. You will need to figure out how and where you want to move the point it can be just -10 or anything. This is not really efficient which is why I said you will not be able to determine which is the other side of the road. The best option is to get the address on the other side of the road somehow . Can you explain your workflow little bit? I can try to make a suggestion if I can! Thanks, Akshay
... View more
07-07-2015
01:38 PM
|
0
|
1
|
1444
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-10-2026 01:20 PM | |
| 1 | 04-02-2026 07:56 AM | |
| 1 | 02-19-2026 10:41 AM | |
| 1 | 03-30-2026 08:45 AM | |
| 1 | 12-17-2025 03:54 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|