|
POST
|
Kelly Hutchins So I thought the issue had been fixed. After creating a simple map as a test this morning all was working great with changing the configuration and saving without issues. I then went to recreate my original utility look up map app form scratch. All worked good and I was able to use configure app and then save or save & view without any issues. I left the app for a bit and when I came back it allowed me to go into configure app and make a few changes and save, working as expected. However within a short time when I click save or save & view I started to get the loading gif icon that goes on for ever. It only stops when I click close button. So I was back to the same issue as I was having on my original map app. In debugger I am getting the same error code in the same location "TypeError p is null and it references Configure. :112:1 like it was earlier today and previously. So it seemed to be fixed, but after using the configure app function it goes back to its old behaviors of locking on save. Anymore info from Tech Support on a viable solution for getting it to work properly? It is an awesome template and I have other ideas on how to use it for other projects, but if is keeps locking up on save it really cannot be used.
... View more
07-11-2016
12:25 PM
|
0
|
1
|
1186
|
|
POST
|
I have tried this solution but it did not correct the problem. The problem only shows itself when you click the "Save" button or "Save & View" button. I ran debugger in FireFox again and it stops with "TypeError p is null" (same as pasted in previous post in this thread) when you click either of the save buttons. If you click "Close" button it closes App Configuration and goes back to the app's information page. This happens even when the program is stuck in the save loop. Unsure if related but I also noticed these messages when running Console in Debugger. Empty string passed to getElementById(). dojo.js:40:142 Use of getAttributeNode() is deprecated. Use getAttribute() instead. dojo.js:218:418 I have created a new Information look up web app using different data as a test and so far it is working. I am going to recreate our Utility look up Web App from scratch again and see if I'll have the same success as with the test I did.
... View more
07-11-2016
06:35 AM
|
0
|
1
|
1186
|
|
POST
|
Hi Kelly, When I go to configure app now I just get the loading gif and it does not let me get to a point where I can make any changes.
... View more
07-07-2016
01:41 PM
|
1
|
3
|
1186
|
|
POST
|
Added info: So far it is only the Information Look Up map app that I am having the issue with. I created a different map using Basic Viewer (Retired) and was able to close, reopen and make changes in configuration. JT
... View more
07-07-2016
01:36 PM
|
0
|
0
|
1186
|
|
POST
|
Thanks for the replies. Good to know it is being looked into. I noticed this issue just before I left for UC on June 24th. So for me it has been existing since then. So far it has only shown itself on the Information Look Up map app template. When at the UC I talked with someone with Web Apps and showed him the error. He did a debug on it and did find an issue. He was going to send the info on to the developers I think. He suggested that I try and recreate a new map and use the app to see if the issue still occurred. Since returning to work I have done that and encountered the same issue. I have no issues in creating the web app and making changes to the settings and configuration. I only have an issue when I try to change a setting once it has been saved. The map is public. Thomasville Utility Look Up Again, I am having no issues with the public facing map app itself. It is only when I am logged in and going through the configure app process that it will not save or let me update settings. Thanks again all for looking into this. JT
... View more
07-07-2016
01:15 PM
|
0
|
6
|
1736
|
|
POST
|
Hi all, I have created a utility look up map using the Information Look Up web app. The web map works great and does everything I need it to do. However, when I go to make changes using Configure App the changes do not save. When I click "Save" or "Save And View" it gets stuck in a loop and the saving gif just keeps doing its thing. Only way to get out of it is to click "Close". Any changes made in the configure App page do not get saved. I created a new web app using the same Information Look Up web app template and has the same issues. I also tried it on IE11 and FireFox. I ran debugger (FireFox) and found this error : (is this caused by the app programing and is a bug or is it something I'm doing?) On Console Page TypeError: p is null Configure<.onSave() Configure.js:112 Configure<.onView() Configure.js:158 .cache["dojo/_base/lang"]/</e.hitch/<() 3.17:63 l/</c() 3.17:119 .cache["dijit/form/_ButtonMixin"]/</q<._onClick() 3.17:386 .cache["dojo/_base/lang"]/</e.hitch/<() 3.17:63 .cache["dijit/form/_ButtonMixin"]/</q<.__onClick() 3.17:386 .cache["dojo/_base/lang"]/</e.hitch/<() 3.17:63 Configure.js: 112:1 And... Debugger Tab (when click"Configure.js:112") }, onSave: function() { // Update app config values by calling addItem with overwrite set to true. // show the loading icon if (domClass.contains("loader", "hide")) { domClass.remove("loader", "hide"); } var saveConfig = this._appConfiguration; // remove any non serilazable feature layers from json if (saveConfig && saveConfig.values) { for (var x in saveConfig.values) { if (saveConfig.values.hasOwnProperty(x)) { var p = saveConfig.values ; if (p.hasOwnProperty("sources")) { var sources = p.sources; array.forEach(sources, function(s) { if(s.hasOwnProperty("featureLayer")) { delete (s.featureLayer); } });
... View more
07-07-2016
07:09 AM
|
0
|
22
|
5548
|
|
POST
|
Okay, I figured out my error. I had a naming issue for Precinct Name field. After correcting that the info boxes appeared in the bottom panel.
... View more
11-03-2014
10:48 AM
|
0
|
0
|
703
|
|
POST
|
As FYI the data fields have been cleared in perpetration for the elections. So the info boxes will show candidates but no vote count data. The bar graph is not causing any problems when populated with vote data, just need the info boxers to appear in the bottom panel.
... View more
11-03-2014
09:59 AM
|
0
|
1
|
703
|
|
POST
|
I've been working on configuring the Election Result app for tomorrow's elections. I have all my features set up in our geo-database for all the races. The app has been published to our web server and it is consuming the map service correctly. The issue is that only three of the info boxers are showing up on the bottom panel. I only have US Senate, 8th Congresional District and the Voter Turnout box showing at the bottom. When I click on other races for state offices the info box shows up in the map but not in the bottom panel. If you watch real close you can see where the info boxes show for a split second in the bottom panel but then disappear leaving only the three mentioned ones. Any ideas on what I need to look for? Link to beta app Thomasville/Thomas County Election Results Thanks, JT
... View more
11-03-2014
09:57 AM
|
0
|
2
|
2544
|