POST
|
@ZachBodenner I think I have what I need now, subject to a few minor changes after feedback from our users. Thanks again for all of your help and for sharing the code. It is greatly appreciated and things went much faster after you responded.
... View more
04-04-2025
12:01 PM
|
0
|
1
|
276
|
POST
|
@ZachBodenner Thanks, I'll change the H3 and see how that goes. That's a bummer (and a little annoying) on the expression part.
... View more
04-01-2025
10:18 AM
|
0
|
0
|
278
|
POST
|
@ZachBodenner Thanks again. I'm moving in the right direction. Two more things though. 1) In place of the field names I need to reference expressions that I've created to better display the information. I haven't been able to get the syntax right - do you know how to do that? For instance, in the doc1 variables I need... i1 = expression/expr0 (instead of $feature.index1) b1 = expression/expr1 (instead of $feature.book1) Etc. I've tried $expression/expr0, ${expression/exp0}, {expression/exp0} and the code won't run. I can add these expressions as variables in the element but that will add A LOT of code that I don't want in it if I don't need it there. 2) Any idea how to remove the white space between the header (red) and title row (dark gray) so that it looks like the image in first my post from today?
... View more
03-31-2025
12:46 PM
|
0
|
4
|
583
|
POST
|
Thanks @ZachBodenner . I'll try out your element with my stuff this afternoon. In case this helps answer your questions, I have a map service referencing a polygon feature class that shows source document locations for right-of-way easements, acquisitions, etc. We have up to four possible documents, and like I said in the previous post, not all shapes have all four document fields (book type, book #, page #, imageURL) populated. In fact, few do out of 2,000+ features. Below is what my html table looks like in the Text element. Essentially, book1 doc fields are the first line and the fields are referenced via expressions 0 thru 3. Book2 doc fields are line 2 and expressions 4 thru 7. I'll always be pointing to an expression (based on field values) to populate the table rows instead of directly displaying the values from the feature class.
... View more
03-31-2025
10:16 AM
|
0
|
6
|
589
|
POST
|
@ZachBodenner Hi. Do you know how to get the table result to be displayed horizontally to look more like this? I'm trying to figure out how to do the horizontal display and remove the blank/null lines ('na' above) so that only populated records are returned. My feature class has fields (index, book, page, imageURL) for documents one thru four. Sometimes only doc1 is populated, sometimes it's only doc2 and so on.
... View more
03-31-2025
07:36 AM
|
0
|
8
|
599
|
POST
|
@RobWinkler I ended up using the Zone Lookup Instant App that others mentioned. I'm not as big of a fan of that as a WAB app with the District Lookup widget, but it does work. One thing I don't like about the Zone Lookup though is it resides in AGO. This doesn't work well for us because of the URL that won't make sense to the casual user or be easy to remember. In turn, I just embedded the Instant App into what is essentially a blank ExB app. Again, I don't like it as well as what we had before but it works. I'm also going to test out an ExB version that uses the Near Me widget. I figure it's at least worth a try.
... View more
03-20-2025
09:53 AM
|
1
|
0
|
560
|
POST
|
Sorry for the delayed response. Thank you for sending that. One more request - can you share images of the medium and/or small screen viewers and what the outlines for one or both look like? I haven't been successful yet in getting mine to cooperate and I'm curious where I'm messing it up.
... View more
02-03-2025
10:29 AM
|
0
|
2
|
721
|
POST
|
Thanks again. Can you possibly attach an image of what your Page contents (Body) looks like on that app you mentioned?
... View more
01-30-2025
01:39 PM
|
0
|
4
|
764
|
POST
|
@ZachBodenner Sorry, here are some images of the app I mentioned I built using the sections and views. I essentially followed the Tab template in ExB.
... View more
01-30-2025
01:20 PM
|
0
|
0
|
792
|
POST
|
Thanks @ZachBodenner. I actually have built a separate app that uses sections and views to open widgets and really like how it turned out. I used it as a template for the app in question and found it didn't work as I need it to because, correct me if wrong, you can't have a view open on app startup. The department that requested this specific application needs or wants to at least have the Near Me widget (Plan Selector in my prior images) open at startup. I haven't tried using sections and view inside of a sidebar - is that an option? If so, I could have the sidebar open at startup and take care of that problem.
... View more
01-30-2025
01:17 PM
|
0
|
6
|
793
|
POST
|
I am testing out stacked widgets (to create tabs) in a grid column. I would like to change the tab appearance (default, selected, hover) but don't see that I can make any or even one of those changes without also changing the map background color. Is there a way to do this or is there a better way to stack widgets to make tabs (and modify settings)? I'm in Developer 1.16. The grid rests within the second sidebar. I can change the font color via the primary theme color. If I change the third color that updates the default tab background color but it also changes the map background color, as well as the color of the map widgets (zoom, home, etc). Maybe a CSS file somewhere can be edited? Should I try a completely different path?
... View more
01-30-2025
11:51 AM
|
0
|
9
|
808
|
POST
|
I found the necessary update and will reply to own my post so others know. File > yourpath\EXB#\client\dist\widgets\arcgis\near-me\dist\runtime\widget.js On or about on line 111 (Notepad++ for me) look for this.handleFeaturesToShow= and change e=this.state.start+20; to whatever value you need. I changed mine to 100.
... View more
01-23-2025
08:35 AM
|
1
|
0
|
345
|
POST
|
One of our users noticed the Near Me results list has a max of 20 records before a 'Show More' button allows the user to see additional records beyond the first 20. Each Show More click shows the next 20 and so on. Is there a way to modify this number? I am in ExB Developer 1.16. I don't see anything in the Near Me configuration window nor in \server\apps\#\resources\config\config.json.
... View more
01-23-2025
07:30 AM
|
0
|
1
|
358
|
POST
|
Thanks for the suggestion. Unfortunately, the department I'm setting this up for wants a list of results instead of having to arrow through the information. We're often dealing with stacked features and during a demonstration of how the Feature Info, List and Near Me widgets all work they liked Near Me the best. Plus, it will allow their public users to draw irregular shaped lines or polygons to pull results. I tried a configuration of the List and Selection widgets interacting to set the location of and open Near Me but they felt it wasn't as convenient as Near Me on its own. It's not the end of the world. The other layers in the map for which I've configured popups don't necessarily have to have popups. They would just be helpful. Thanks again.
... View more
01-16-2025
07:38 AM
|
0
|
0
|
408
|
Title | Kudos | Posted |
---|---|---|
1 | 03-20-2025 09:53 AM | |
1 | 08-08-2024 11:29 AM | |
1 | 01-23-2025 08:35 AM | |
2 | 04-25-2024 11:57 AM | |
4 | 08-30-2024 12:54 PM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|