POST
|
Robert, thank you again for the valuable information. That was the issue for sure. I made some changes in the config.json file and referenced the custom images by changing the \\ to //, then saved the file. I opened the application and it works. No more missing icons. This caught us by surprise on Friday (February 15, 2019).
... View more
02-19-2019
11:15 AM
|
0
|
1
|
1619
|
POST
|
Good morning. This issue has to do with Web App Builder Version 2.11 Developer Edition. Has anyone noticed an issue where you add in a custom graphic for a widget by loading it from a location where it is from the network or a local drive that the custom icon causes the tool to disappear from the application when using Windows I.E. 11 on Windows 7 or Windows 8.1? This was not an issue before Thursday last week. Were there any know updates to Windows I.E. 11 that cause these issues? In Chrome and FireFox, the icons exist. Example (Chrome and Firefox) In I.E. 11 on Windows 8.1 Has anyone experienced this issue or is there a fix for this issue? Looking to have the application compatible in all browsers. Thank you!
... View more
02-19-2019
08:30 AM
|
1
|
6
|
1938
|
POST
|
Well, I figured out a solution. Instead of having the GP parameter set as a double, I changed it to a string in the config file. Here was the block of code that was changed: "dataType" was changed from GPDouble to GPString. After doing this, here are my results: Coordinates now map with as many decimal places as you want. The Web App Builder (Developer Edition) itself rounds the numbers, so when mapping coordinates with the greatest accuracy, this will reduce the accuracy. Just wanted to pass this information along.
... View more
09-18-2018
06:17 AM
|
1
|
0
|
799
|
POST
|
Good afternoon! I have a geoprocessing tool that is used for mapping coordinates on the map. In the desktop and REST environment, if I type in coordinates up to 6 decimal places (example: -97.505235. 35.641936) it will map to the degree of accuracy. However, when publishing the tool and using in the Web App Builder develop edition, only three of the numbers following the decimal place are returned. The number is rounded. Is there a default setting in a configuration file that can change this? When the GP tool is run at the rest endpoint: Anyone know where to change the default from 3 digits to 6 digits following the decimal point? Thank you!
... View more
09-17-2018
11:50 AM
|
0
|
1
|
960
|
POST
|
I upgraded to WAB 2.8 a couple of months ago. Do not notice any issues. Might be the best option for those who experience the issue at this point.
... View more
06-19-2018
10:31 AM
|
1
|
0
|
1201
|
POST
|
Ricky, The data grid does work. I just deployed an updated version of a public art app using the Web App Builder Developer Edition (version 2.8) last week and it contains a custom widget that contains a data grid. Here is the example: http://gis.edmondok.com/artinpublicplaces
... View more
05-15-2018
10:42 AM
|
1
|
1
|
730
|
POST
|
Jurgen, In the Web App Builder code, follow these steps: Open the application directory (from inetpub\wwwroot\<appName>). Open the Widgets folder. Open the Print folder. Open the templates folder. Open the Print.html file. Refer to the code highlighted in red. This is where you can change the height and width properties. Other parts of the file contain other settings you can change. Find the following code: <div data-dojo-type="dijit/form/Form" data-dojo-attach-point="mapOnlyFormDijit"> <table cellspacing="5"> <tr> <td> ${nls.width}: </td> <td> <input type="text" data-dojo-type="dijit/form/NumberTextBox" data-dojo-props="name:'width',required:true,value:1615,style:'width:100px;'" /> </td> </tr> <tr> <td> ${nls.height}: </td> <td> <input type="text" data-dojo-type="dijit/form/NumberTextBox" data-dojo-props="name:'height',required:true,value:1245,style:'width:100px;'" /> </td> </tr> </table> </div> Hope this helps.
... View more
03-22-2018
05:28 AM
|
1
|
0
|
1565
|
IDEA
|
Scott, The workflow we are referring to are the popups, especially on points. Users should not have to click several times for the popup to appear. Right now, you have to be exactly on the point. The WAB needs to have a configuration setting for the popups so you can specify the tolerance at 20, 50, 75 pixels and etc. I have heard others raise these concerns. In our case, the popup contains valuable information and hyperlinks as another method of obtaining information. Please refer to this application: http://gis.edmondok.com/artinpublicplaces Even a popup manager would be nice, meaning having a drop down menu where users can choose the layer they want to identify instead of all popups being active at once If possible, can you share some code samples that would enable us to set the popup or pixel tolerance? The current code structure is a bit convoluted for the WAB and requires lots of digging compared to a basic JavaScript application. Thank you for considering this idea. Just remember how other end users operate an application, if it does not do what it needs or is hard to use, they will not use the application.
... View more
02-07-2018
05:37 AM
|
2
|
0
|
1724
|
POST
|
I am trying to write additional output user fields in the USAddress.lot.xml file in ArcGIS Desktop version 10.5.1. I have been able to populate the style sheet, but unable to write the results to the locator when it is built. I am working with the US Addresses with Subaddress. Here is an example: As you can see, the write output fields (Lot through SolidWasteDaysofWeekRecycling) are not populating. Anybody know what I am missing to get these User_fld to populate?
... View more
02-06-2018
07:15 AM
|
0
|
1
|
542
|
POST
|
One thing I have noticed is if you use an application link at the top of the main toolbar or change the font (default font to arial), that behavior will appear. However, if you remove the link, it seems to be OK. I am headed to the Developer Summit in March and I will track down the WAB guys to talk to them about this issue. I did go ahead and deploy all of our WAB apps to the latest version.
... View more
01-29-2018
11:28 AM
|
0
|
0
|
1515
|
POST
|
Robert, I am actually glad you mentioned this . I was hoping I wasn't the only one. I did contact ESRI this morning and was able to demonstrate the issue and they are looking into it. It is almost as if something isn't loading properly. I do not see this behavior in version 2.6. I am headed to the Dev Summit in March in Palm Springs, CA, so hopefully I find ESRI staff to talk to about this issue. Just wish there was a quick fix, but I cannot deploy an app in this type of condition because end users will notice.
... View more
01-18-2018
10:57 AM
|
1
|
0
|
1515
|
POST
|
I have downloaded and installed the latest Web App Builder (WAB) version 2.7. When building an application and testing, I have noticed strange behavior with the icons that I did not have with version 2.6. I can make simple customizations, that work and have no errors or any issues in version 2.6, but there are issues in 2.7. Here is an example: When the application loads (notice black lines over search widget): The widgets are hidden over the search widget. When the application is refreshed our the page size changes There is something strange going on here. There are no errors in console mode and the issue has been replicated in Microsoft Internet Explorer 11 and Mozilla FireFox.
... View more
01-18-2018
07:51 AM
|
0
|
17
|
3320
|
POST
|
Oh man that is unfortunate. I am heading out to the Dev Summit in March and will find out more information. The layer list is nice, but end users have no idea what symbology they are looking at. I am not sure why not having the checklist and legend together is done by design. Robert, Are you using 4.x API? Do any of your apps have a layer list/combo? I am still working in 3.23 for the most part. Thank you again for the feedback.
... View more
01-04-2018
08:00 AM
|
1
|
1
|
1887
|
POST
|
Does the Layer List have a toggle to the legend in JS API 4.6? (Sublayers/Legend). Users need to see symbology, not just check boxes. I cannot find the option. Here is what I am looking for in the 4.6 API.
... View more
01-03-2018
02:44 PM
|
0
|
9
|
2794
|
POST
|
Good morning. I recently uncovered what appears to be a bug when attempting to label a feature layer and using a halo around the label. The behavior is different in all three browsers. First, here is my code used for producing the halo: Classes: "esri/symbols/TextSymbol", "esri/renderers/SimpleRenderer", "esri/layers/LabelClass", "esri/Color", and function( TextSymbol, SimpleRenderer, LabelClass, Color, ) Code for Defining Text and the Halo: // Create Renderer for Gracelawn Cemetery Spaces Layer to Override Default Symbology var glSpacesColor = new Color([0,0,0]); // Set Text Color to Black // Create a Text Symbol to Define the Style of the Labels var glSpacesLabels = new TextSymbol().setColor(glSpacesColor); glSpacesLabels.font.setSize("8pt"); glSpacesLabels.font.setFamily("arial"); glSpacesLabels.setHaloSize("2"); glSpacesLabels.setHaloColor([255,255,255]); // Label Expression from JSON var glSpacesJSON = { "labelExpressionInfo": {"value": "{SPACE_}"} }; var glSpacesLabelClass = new LabelClass(glSpacesJSON); glSpacesLabelClass.symbol = glSpacesLabels; gracelawnFL.setLabelingInfo([glSpacesLabelClass]); The Output: (see attachment) You will notice that there are 3 different results with the halo:
... View more
11-06-2017
08:44 AM
|
0
|
0
|
685
|
Title | Kudos | Posted |
---|---|---|
1 | 04-01-2022 05:53 AM | |
1 | 09-18-2018 06:17 AM | |
1 | 06-19-2018 10:31 AM | |
1 | 05-15-2018 10:42 AM | |
1 | 10-14-2015 03:59 PM |
Online Status |
Offline
|
Date Last Visited |
04-04-2022
06:43 AM
|