|
DOC
|
Hi Robert! I'm looking for a way to use the blank space in the eSearch widget to add in some informational text for the web app I'm using it in. I've found a couple of inelegant ways to do it (add basic HTML to the bottom of the widget.html code; add a label to the strings.js file and call it in the widget.html code). Do you have a better recommendation on how I can insert some text into that blank area? I'm trying to migrate an old Flex app into WAB, and the client wants it to look as close to the original app as possible. Here's what the old version looks like:
... View more
08-17-2020
02:33 PM
|
0
|
0
|
16180
|
|
DOC
|
Hi Robert -- I'm having a hard time finding the spot in the code that controls which tab in the eSearch widget opens by default. I'd like to change the default so that it opens to the By Shape tab instead of the By Value tab. Can you point me in the right direction, please?
... View more
07-30-2020
02:16 PM
|
0
|
0
|
21808
|
|
POST
|
I just downloaded the new Experience Builder ver 1.0 for developers and have created a starter site. In Web AppBuilder Developer Edition, you can download the site you create and then Import it for editing on another machine. Is there a similar experience for Experience Builder? With working remotely, I am often switching between computers and need a way to transfer what I've done on one machine to another machine.
... View more
07-14-2020
09:47 AM
|
0
|
0
|
592
|
|
POST
|
In the ArcGIS Online version of Dashboards, there is a List widget that gives you the ability to display the rows from the attribute table in a user-friendly format. This widget is not available for Web AppBuilder. I've been hunting for the widget as a download so that I can use it in WAB Developer Edition, but have not found it anywhere. Does anyone know if it exists?
... View more
07-10-2020
08:36 AM
|
0
|
2
|
1364
|
|
POST
|
Referring to this page: Profiles | ArcGIS for Developers The first profile is known as the "Alias" profile and it uses the global variable $value. I have read and re-read the explanation for that profile and I just don't understand it. Attribute Rules, Field Calculate, Pop Ups -- all of those make sense because I know where to find them in AGOL and/or Pro. Where/how would I use the Alias profile and the $value global variable?
... View more
06-22-2020
01:43 PM
|
2
|
2
|
1394
|
|
POST
|
I've deployed several local government solutions using the Solutions Deployment Tool in Pro. Since deployment, nearly all of the solutions have changed in some way to fix bugs or otherwise enhance the tools. Do I have to redeploy these solutions from scratch if I want the changes? Or does the deployment tool know how to upgrade a solution that is already active?
... View more
06-01-2020
02:56 PM
|
0
|
1
|
1615
|
|
POST
|
I removed the height and line-height rules and the header looks great now! That makes sense that hard coding a height is going to mess with the site's ability to resize and keep things looking good. Really appreciate the tip on Flexbox! I will dive into that today. **ETA: I just finished watching the Getting Started with Hub + Enterprise Sites. Rob's custom CSS demo was really helpful! I don't need to use Flexbox to resolve the issue I posted about initially, but I am glad to know where to put the custom CSS code as well as things to watch out for when I venture down that path. Thanks again!
... View more
04-22-2020
06:11 AM
|
0
|
0
|
2568
|
|
POST
|
I've got a responsive design issue on a Hub site I've been developing. Site URL: Elections Hub I've made a pretty simple HTML customization to the banner at the top of my new Hub site so that there is a gray box between the text and the image. Here's the HTML: <div style="background: rgba(43,43,43,.7); color: #f7b518; height: 200px;">
<h3 style="text-align: center; font-size: 60px; line-height: 200px;"><strong>Douglas County, Kansas Election Hub</strong></h3>
</div> When the browser window is full size, it looks fine. However, when you shrink the width of the browser or view it on a mobile device, the text does not stay inside the box. Help?
... View more
04-21-2020
01:45 PM
|
1
|
2
|
2667
|
|
IDEA
|
It would be so nice to put some simple Arcade expressions into our Statistics card. All we can do right now is count, sum, and min/max. I'd like to be able to calculate percentage change between two fields in a feature class. I would imagine that this functionality would also be useful in the Chart cards.
... View more
04-14-2020
12:44 PM
|
10
|
1
|
1224
|
|
POST
|
I've pulled the Unacast web service into an AGOL web map for our coronavirus site. For part of the display in my pop-up, I have this custom Arcade expression to convert the values in the difference field to a positive number and then display the percentages with a max of two decimals: var travelpercent = Abs($feature["daily_distance_diff"])
return (round(travelpercent, 2)*100) + '%' However, the results in my pop-ups are inconsistent. In one spot, it looks great: But in another, it looks like this: I've been ignoring it so far, but Douglas County is my county and that percentage looks ridiculous. Are there any tweaks I can make to the Arcade code to fix this? Edited to add: I tried changing the rounding to 1 decimal place and it rounded our county up to 60%. Then I tried 0 and it rounded to 100%!! Oh my.
... View more
04-13-2020
11:34 AM
|
0
|
1
|
2315
|
|
IDEA
|
I'd like to have access to the HTML on Image cards so that I can make little changes like alignment (bottom or vertical center instead of top) and the size of images (constrain heights so that image cards that are side by side have the same height).
... View more
04-08-2020
07:51 AM
|
4
|
2
|
1092
|
|
POST
|
Using ArcGIS Online - Operations Dashboard I've set up a list to display calls for service. The call type has a domain table on it, where the value is numeric and the coded value is a longer description of the problem. All of the other widgets seem to be handling this fine, but the List widget is displaying the numeric value instead of the coded value from the domain table. Any ideas on how to resolve this? Maybe a bug?
... View more
03-12-2020
09:52 AM
|
0
|
1
|
1245
|
|
IDEA
|
I'd like to see an option to add a card (or indicator in Dashboard) that will count down the days until a deadline. The user would specify the deadline and the card/indicator would subtract that date from today's date and return the total number of days left. Once you get to the deadline, the counter stays at zero. The use case for me is that I'd like to have countdowns to A) the deadline to register to vote and B) the date of the next election to go with some of our elections apps.
... View more
03-11-2020
10:14 AM
|
13
|
1
|
1995
|
|
IDEA
|
I'd like to see an option to add a card (or indicator in Dashboard) that will count down the days until a deadline. The user would specify the deadline and the card/indicator would subtract that date from today's date and return the total number of days left. Once you get to the deadline, the counter stays at zero. The use case for me is that I'd like to have countdowns to A) the deadline to register to vote and B) the date of the next election to go with some of our elections apps.
... View more
03-11-2020
10:14 AM
|
13
|
1
|
1168
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-16-2021 07:17 AM | |
| 6 | 4 weeks ago | |
| 1 | 06-27-2024 01:11 PM | |
| 1 | 07-15-2021 01:53 PM | |
| 2 | 01-09-2026 07:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|