|
POST
|
I just updated the field types. That didn't help. I was hoping it would have.
... View more
04-23-2015
06:24 AM
|
0
|
0
|
3722
|
|
POST
|
I had this issue in .NET and was able to fix it by removing the '' or replacing them in my insert statements, but I am not sure how to do that in JavaScript.
... View more
04-23-2015
06:08 AM
|
0
|
3
|
2595
|
|
POST
|
I am trying to get the value of severity globally so that I can determine which layer data will be entered into in a conditional statement, but when I add the return statement, the debugger still states that severity is undefined. Any ideas. // temporarily show alert when starting edits
// and then start listening for a map click
var startCaptureRequest = function (severity) {
var listener;
// NOTE: once user has clicked 'x' to dismiss
// this alert, it will no longer show up
domStyle.set(app.startEditAlert, 'display', '');
setTimeout(function () {
domStyle.set(app.startEditAlert, 'display', 'none');
}, 3000);
// save map point in app global and
listener = app.map.on('click', function (e) {
listener.remove();
// save map point in app global and
// show form to collect incident report
app.currentGeometry = e.mapPoint;
if (severity == 0) {
alert("This will show the signs form.");
} else if (severity == 1) {
app.attributesModal.modal('show');
}
});
return severity;
}; My complete code is on github: https://github.com/csergent45/streetSigns
... View more
04-22-2015
02:40 PM
|
0
|
0
|
2702
|
|
POST
|
I'm not sure how to do that. I'll work with the form the best I can.
... View more
04-22-2015
02:36 PM
|
0
|
1
|
3722
|
|
POST
|
It does look like it trying to place text into my date and number fields. Now I just need to figure out how to strip out the "" for those fields and then it may work. Thanks for your help.
... View more
04-22-2015
02:29 PM
|
0
|
3
|
3722
|
|
POST
|
I have an application where I am using the editing functionality. It works as long as I enter information for all fields, but if any field are missing information, I receive Unable to perform applyEdits error. My live application is at:http://maps.decaturil.gov/streetsignshttp://geonet.esri.com/ My github project is at: https://github.com/csergent45/streetSigns/tree/176dbb8a76f3773964ab25987f8e4f8cabcc9308 and here is the error that I am receiving: If I enter data in for all fields, the application runs without a hitch. The JavaScript file is in the app folder named main.js. Any ideas?
... View more
04-22-2015
01:34 PM
|
0
|
20
|
10369
|
|
POST
|
I am learning SASS right now and I had to install Ruby for Windows to compile SASS files and then I found the free add-on for Visual Studio Pro 2013 and Visual Studio Expess for Web 2013 that would automatically compile for me without Ruby. Check it out: TinyURL.com - shorten that long URL into a tiny URL
... View more
04-21-2015
09:06 AM
|
0
|
0
|
3192
|
|
POST
|
I'm not sure you can either, but there is an interesting tool here: http://www.jqueryrain.com/2012/09/best-jquery-pdf-viewer-plugin-examples/ called JavaScript PDF Reader that you might want to check out. At the time it was written, it was an HTML5 experiment. And here is the github site: PDF.js
... View more
04-20-2015
12:09 PM
|
0
|
1
|
1923
|
|
POST
|
I had the second one Noah Sager but not the first. Thanks. I added to my list of links.
... View more
04-16-2015
02:11 PM
|
0
|
0
|
2284
|
|
POST
|
I was actually able to get the log file from last startup. Here's the pdf report: Dropbox - Error Report.pdf
... View more
04-16-2015
09:05 AM
|
0
|
1
|
3753
|
|
POST
|
Here is a blog tutorial on debugging:Julie Pagano - JavaScript Debugging for Beginners
... View more
04-16-2015
08:35 AM
|
1
|
2
|
2284
|
|
POST
|
It's not set to automatic or delayed start. We have to manually restart it. Our network staff has a security issue with setting that up, which is why we have to manually restart or start it.
... View more
04-15-2015
11:34 AM
|
0
|
5
|
3753
|
|
POST
|
ArcGIS for Server version: 10.2 OS: Windows Server 2008 R2 Standard Published Services: There are 65 published services; this includes utilities and System System resources: Not sure on that one, but if and when we have to do it again, we will make a note of it, but we need to keep our services running
... View more
04-15-2015
09:21 AM
|
0
|
9
|
11344
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-26-2015 12:31 PM | |
| 1 | 06-24-2015 06:06 AM | |
| 1 | 07-15-2015 12:34 PM | |
| 1 | 05-21-2015 02:27 PM | |
| 1 | 05-19-2015 11:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|