|
POST
|
Ever find a solution for dbltap on touch? I need this as well.
... View more
05-15-2014
10:20 AM
|
0
|
0
|
2073
|
|
POST
|
first glance your require is out of order. domReady needs to be last. And you are missing alot of aliases to the require (bordercontainer, fx, etc..) These need to match exactly.
... View more
05-15-2014
10:10 AM
|
0
|
0
|
1181
|
|
POST
|
in firefox 29.0.1 i am only seeing one logged event per click
... View more
05-14-2014
11:27 AM
|
0
|
0
|
2262
|
|
POST
|
Thank you for your response Noah! I had everything working fine with 3.8 but upgrading to 3.9 caused that to crash after downloading it, changing the files, and updating the database. From what I could tell it had to do with it trying to access the proxy twice in the GET call GET http://localhost:9000/proxy?./proxy......from init.js, but I never had that problem with 3.8. Is there a separate download needed for it to work with the existing project? Thank you The API doesnt have a database, so I am also confused about your comment. If you are doing a local install, does the sample page work? Based on the link you posted it looks like you have a pathing error in your map
... View more
05-14-2014
09:53 AM
|
0
|
0
|
3881
|
|
POST
|
On mouse over and on mouse out seem to fire repeatedly also. I think Firefox 29 has issues
... View more
05-14-2014
04:33 AM
|
0
|
0
|
2262
|
|
POST
|
I do this to autopopulate the editor field with the logged in user name (i use the attribute Inspector) so the "USER_" field, which is listed as a noneditableField (so they cant override it), gets populated var attInspector = new AttributeInspector({ layerInfos:layerInfos }, "attributesDiv"); attInspector.on("attribute-change", function(evt) { var feature = evt.feature; //keep all fields the same from the input feature.attributes[evt.fieldName] = evt.fieldValue; //override the USER_ field with the userId from the credentials object feature.attributes.USER_ = esri.id.credentials[0].userId; //apply attribute update feature.getLayer().applyEdits(null, [feature], null); //refresh to show the 'behind the scenes' edit attInspector.refresh(); });
... View more
05-12-2014
01:42 PM
|
0
|
0
|
4161
|
|
POST
|
must just be a quirk of my application. Appreciate all the help though!
... View more
05-12-2014
12:00 PM
|
0
|
0
|
957
|
|
POST
|
so... Don't add a layer as an editable feature layer after adding it (also) as a Dynamic Layer, it breaks the ability to move points.
... View more
05-12-2014
11:21 AM
|
0
|
0
|
3493
|
|
POST
|
Ok i understand that. I tried a fiddle and moving points works. So now I am baffled. In my app I never get the hand. I click on a point and it selects. But i never get the hand to move.
... View more
05-12-2014
11:11 AM
|
0
|
0
|
2536
|
|
POST
|
Try it in this sample. http://developers.arcgis.com/javascript/samples/ed_editing_widget/ But do not click to select. Use the edit toolbar arrow tool to select. We dont use popups, we use the attribute inspector in a separate div panel, so we have to use the tool to select. If you click and select, you get the hand and can move the point If you use the toolbar tool to select, you never get the hand.
... View more
05-12-2014
09:51 AM
|
0
|
0
|
2536
|
|
POST
|
Sorry, mine is a point graphic from a Feature Layer. I will try to stub up a fiddle, never done that before
... View more
05-12-2014
09:48 AM
|
0
|
0
|
2536
|
|
POST
|
It works for a point with text, but not just a point for example https://developers.arcgis.com/javascript/jssamples/ed_feature_creation.html 1. add point. 2. Move point after added (impossible for me) help 🙂
... View more
05-11-2014
05:00 PM
|
0
|
0
|
2536
|
|
POST
|
no its not, just an old template. Just so you know, you cant just run the file from the filesystem, it must be hosted in a webserver such as tomcat or iis
... View more
05-09-2014
11:38 AM
|
0
|
0
|
3057
|
|
POST
|
Ok, this should be simple. Using an editor widget. I can place and reshape polygons. I can place points. But how do i move a point? http://developers.arcgis.com/javascript/samples/ed_editing_widget/ So place a point. Then select it, then move it...how? i must be missing something obvious
... View more
05-09-2014
11:27 AM
|
0
|
12
|
4229
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2014 08:35 AM | |
| 1 | 05-02-2012 04:56 AM | |
| 1 | 10-29-2021 07:40 AM | |
| 1 | 10-28-2021 05:26 AM | |
| 1 | 07-17-2012 08:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
02:00 PM
|