|
POST
|
I am not sure if this is a question or a discussion. I have a whole bag full of questions (none of which really need answers), I guess I just need to vent or something... You have got to be kidding me! I just spent a week developing a custom widget because I need one last piece of functionality in my web app that is not available in the built-in widgets. Why? Am I missing something? Why would I build a custom widget if I can not provide it to my users in ArcGIS Online? Is ESRI trying to force us into Portal? Would custom widgets even work in Portal? It looks like I need to somehow download my web app, add the custom widget to it, and host it on my web server. Is that the workflow? I just don't get it! Plus, I do not need links to existing documentation. I have spent enough time trying to find answers in the documentation! Thanks, Janice.
... View more
05-08-2019
03:37 PM
|
1
|
1
|
1180
|
|
POST
|
Robert, I found that the widget was placed in a different location... WebAppBuilderForArcGIS/server/apps/2/widgets. I deleted it from this location and restarted WebAppBuilder and it mostly works now! I did not realize that the app was retaining the widget in a different location. Makes sense now. I am still working my way up the learning curve! Thanks, Janice.
... View more
04-29-2019
08:28 AM
|
0
|
0
|
1870
|
|
POST
|
Robert, Now that I think about it, my workstation is probably ok since I can use other widgets in my app. Not really sure what I am doing wrong with the ListView. I suppose I should just move on to another sample widget. Thanks, Janice.
... View more
04-29-2019
07:12 AM
|
0
|
2
|
1870
|
|
POST
|
Thanks Robert! I guess there must be something missing from my server or my workstation. I will try and figure that out today! Janice.
... View more
04-29-2019
06:31 AM
|
0
|
0
|
1870
|
|
POST
|
Hi All, I have followed many of the questions regarding the errors in the listview sample code and have copy and pasted code from Robert's entries and am still unable to get the sample to work. When I run Web AppBuilder and add the custom widget, I get an error that says: "Create widget setting page error: widgets/ListView/Widget". This error message has an "OK" button which I click and the ListView icon shows up in the placeholder. When I click the icon, I get an error that says: "Create widget error: widgets/ListView/Widget" also with an "OK" button. I am using Web AppBuilder 2.12 and running in chrome. When viewing the network traffic in developer tools in chrome, I see an error that says "lang is not defined". Is there something I need to install for Web AppBuilder to work with this sample? I was successful with the "Create a custom in-panel widget" sample code but it does not use lang.
... View more
04-25-2019
09:20 AM
|
0
|
5
|
1981
|
|
IDEA
|
I would like to use dynamic dates in my web map so my web app always has the correct data. For example, I would like for my web map to display data which is dated within the last two weeks. When I view the map this week, the data would include the two weeks prior to today. When I open the map in a couple of weeks, the data would include the two weeks prior to the day I am viewing the map. When I add this web map to a web app, the filters the user applies in the app can override the two week range. The user can filter the dates however they need after the map loads. That way, their initial view of the data is for the two week period prior to the date they opened the app. They can then open the filter widget and set a date or date range to view any other data. Currently, I can set the web map to initially display data after a particular date. Maybe I pick a date two weeks before today. As time goes on, the date range has the hard coded date and the amount of data increases. For example, if I set the web map to display data after 04/01/2019, the web app displays all data from then until now. Maybe 1700 points. After a few weeks, the number of points grows to maybe 2500 points because the initial date is hard coded. What I want to have happen. I would like to set the web map to display data within two weeks (or another range) of the current date. When the user opens the web app, the data points are only those which have dates two weeks (or whatever range) from the current date. This could be accomplished by setting the web map to display data from the last 2 weeks, or 2 months, or 2 years. Or, 6 weeks, 3 months, 5 days, etc. I do not want to apply a definition query to my data before I publish it because I want the user to have access to the whole set of data which in this case is over 800,000 points. I want to limit the amount of data that is initially displayed but not limit the ability of the user to view data from another time period. I hope this makes sense! Thanks, Janice.
... View more
04-15-2019
12:02 PM
|
0
|
0
|
502
|
|
POST
|
I have been playing with the Info Summary widget and it does a pretty good job of displaying feature counts for my feature categories and retains the colors of the feature clusters. I have looked at enabling clustering on the Info Summary widget but am not impressed with the display at this time. It looks like you lose the cluster popup when you enable clustering on the widget. I want my user to know what filters have been applied without having to go to the filter widget. If I could add a note to the display with this information, then the user would know what data is being displayed. I hope that helps describe my problem better. Thanks!
... View more
04-11-2019
12:13 PM
|
0
|
1
|
1474
|
|
POST
|
Thanks, Robert. I am looking to see how much can be done without customization. I will look to customization after exhausting all built-in options! Bosses!
... View more
04-11-2019
12:07 PM
|
0
|
0
|
1474
|
|
POST
|
Is there a way to add a note to my web app which displays the number of features in the current display and have the note be persistent so that it does not go away when a widget is selected and it changes the count when the number of features changes? I want my user to know the total number of features that are displayed after they apply a filter or pan or zoom. I have a javascript app that does this as seen in the attached png. I am trying to replace this app with one built in the Web AppBuilder for ArcGIS. I want to be able to display the date range that is currently applied to the data. I took a look at the summary widget and it is kind of flakey! I just want a persistent note that can be modified when the feature count changes! Thanks, Janice.
... View more
04-11-2019
11:48 AM
|
0
|
4
|
1521
|
|
DOC
|
Jake, When I run the tool in ArcMap it works fine. I used copy as python snippet to bring it into a new python window for creating a script file to run it from. When running from a python script, I get an error (Output name cannot contain dots). I did some digging around in DownloadServicewithAttachments_2x.py and found that if I removed the ".1" from "esriDataSourcesGDB.SdeWorkspaceFactory.1", it works fine. I made this change because this code: ##desc = arcpy.Describe(os.path.dirname(wrkspc)) ##print(desc.workspaceFactoryProgID) returns "esriDataSourcesGDB.SdeWorkspaceFactory". Can you explain to me what the difference is between the workspaceFactoryProgID with the ".1" and the one without the ".1"? Is there something in my code that runs the DownloadService that needs to change so that it works with the ".1"? Thanks, Janice.
... View more
10-18-2017
08:42 AM
|
0
|
0
|
9753
|
|
POST
|
OK, one year later and I am trying this again.... I am still getting an error when trying to use credentials with "ConvertWebMaptoMapDocument". It does not look like ESRI is interested in fixing this bug. I am unable to find any information about the BUG being fixed and I get the same error as I was getting last year. Only difference is that I am now on ArcGIS for Server 10.4.1. Anybody have a solution?
... View more
05-02-2017
10:57 AM
|
0
|
0
|
1232
|
|
POST
|
Today I have removed the security from my image services and stopped using the proxy... the login dialog has been terrorizing my users for over 3 months with no solution other than not using security this way. If anyone finds a real solution, please let me know! Thanks, Janice.
... View more
07-07-2016
04:34 PM
|
0
|
0
|
8258
|
|
POST
|
Hi Matt, No solution! I am still hoping that someone will figure it out sooner or later! Janice.
... View more
06-30-2016
01:17 PM
|
0
|
0
|
8258
|
|
POST
|
Hi Rebecca, I am using the arcgis server primary site administrator in the proxy.config. This is the only account that I was able to get to work and that was with the help of esri technical support. Thanks, Janice.
... View more
06-23-2016
01:46 PM
|
1
|
3
|
8258
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-15-2021 01:59 PM | |
| 2 | 01-04-2022 03:43 PM | |
| 1 | 02-02-2021 01:33 PM | |
| 1 | 01-05-2021 01:59 PM | |
| 1 | 06-13-2014 07:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-04-2022
05:15 PM
|