|
POST
|
Hi @BlairPellegrino We can confirm that this is a regression bug of the text hyperlinks and we plan to fix this bug in the next few days. Until this bug is fixed, you can use button widgets (make sure the background and border are correctly set for both Regular and Hover) instead of these text widgets to link to anchored windows. ShengdiZhang_0-1648191911998.png Shengdi
... View more
03-25-2022
12:06 AM
|
0
|
3
|
4490
|
|
POST
|
Hi @BlairPellegrino , My first thought was that it was caused by an autoplay section, as you describe it as "consistently 3 seconds". I tried a similar configuration, adding an autoplay section to both the page and the anchor window, but was unable to reproduce your issue. Can you try to disable the Section autoplay (if there is one) and see if this issue still reproduces? If you don't mind, you can share your app with me, my username is she10946. Regards, Shengdi
... View more
03-24-2022
08:00 PM
|
0
|
5
|
4535
|
|
POST
|
Hi @elpinguino @KevinMWright13 , List grid layout is available in today's update. If you want to stack list items in three rows, you can change the item width to 33%. ShengdiZhang_0-1648026708601.png If you want to keep the list item width the same size in all resolutions, you can change the item width unit to px. Just make sure you also change the list widget width unit to px for better responsive behavior. Regards, Shengdi
... View more
03-23-2022
02:21 AM
|
1
|
0
|
1713
|
|
POST
|
Hi, you were still in the editing state before you clicked the Insert button, so the Save button is not enabled.
... View more
03-22-2022
02:04 AM
|
0
|
0
|
6766
|
|
POST
|
Hi @WardMitchell2 , List widgets are data-driven, so if you add a trigger to the framework - data, all widgets that use the same data source or data view will react to that trigger. Please find details at the doc https://doc.arcgis.com/en/experience-builder/configure-widgets/action-triggers.htm#ESRI_SECTION1_DBD9D349F54F40D4941F6C7F3C0C190F ShengdiZhang_0-1647314773963.png Regards, Shengdi
... View more
03-14-2022
08:26 PM
|
0
|
0
|
1070
|
|
POST
|
Hi @RaenaDeMaris , By default, widget controllers use % as the size unit, so if you resize the window, the width of the widget controller will become smaller. One way is to change the width unit from % to px in the widget style settings. ShengdiZhang_0-1646273719618.png Another way is to customize the layout of medium and small screen sizes. ShengdiZhang_1-1646273855312.png Regards, Shengdi
... View more
03-02-2022
06:18 PM
|
0
|
1
|
1823
|
|
POST
|
Hi @LaurenMiller78 , I can't reproduce your issue, can you share your app and data with me? My user name is she10946. Thanks, Shengdi
... View more
02-22-2022
11:52 PM
|
0
|
1
|
3708
|
|
IDEA
|
@FredericPoliart_EsriAU Currently, only the query widget supports the spatial filter. Here is a workaround using the search and query widgets. Please see the following steps: 1. Add a search widget, and add the locator service as the search source 2. Add a query widget, and create a new query using the data with cadastre property 3. In the Set query panel, under the Spatial filter, click the "Selected features from data source". Select the outputs data source from the search widget as the filter layer. ShengdiZhang_0-1645602036611.png ShengdiZhang_1-1645602162884.png Here is how it works at runtime (I add some actions to make it clear):
... View more
02-22-2022
11:49 PM
|
0
|
0
|
4933
|
|
POST
|
Hi, I add arrows and boxes on windows instead of pages, that's why I use full-screen transparent windows. I have created a sample template and shared it publicly. You can find this sample in the ArcGIS Online templates. Click the create button to see details. ShengdiZhang_0-1645409870105.png
... View more
02-20-2022
06:21 PM
|
2
|
1
|
11426
|
|
POST
|
Do you mind explaining how you create the box and arrow? You can use the Divider widget to create arrows: ShengdiZhang_1-1645164353428.png Currently, there is not a widget to create boxes directly, but you can add a blank widget (a Fixed panel widget for example). Make sure its background color is transparent, and change its border to a 2px weighted red. ShengdiZhang_2-1645164713705.png One difference between your example video and my situation is that from clicking the "Next" button, another window should show up with text and a tooltip. Is it possible to have the window, as well as the box and text, show up at the same time when "Next" is clicked? This is possible, in fact, the "Next" button in my example also opens another window. I add three fixed windows and use the "Next" buttons to open Step 2 and Step 3. The reason why the Step 2&3 windows don't look like windows is that they also have a transparent background color. ShengdiZhang_0-1645163930251.png
... View more
02-17-2022
10:13 PM
|
0
|
3
|
11441
|
|
POST
|
@AmyRoust Sorry, I misunderstood your question. If you just want to hide the time but keep the date, you can open your map in the new Map Viewer. Select the layer, click on "Configure fields", and then select the field Last Invoice Date. Disable the "Show time" option, and you can see that only a date remains in the field. ShengdiZhang_0-1645163026169.png
... View more
02-17-2022
09:46 PM
|
0
|
2
|
7849
|
|
POST
|
Hi @Tiffany_Wu , One workaround I can think of is to use a 100% width and height window with the transparent background color. ShengdiZhang_0-1645091390548.png You can then add red boxes or arrows that point to the desired targets. Note that all widgets on the page and in the window should use % as their size and position unit to ensure that the guide works in all resolutions. ShengdiZhang_1-1645091746083.png Here is an example I made: Regards, Shengdi
... View more
02-17-2022
02:00 AM
|
2
|
7
|
11453
|
|
POST
|
Hi @AmyRoust , You can hide fields in the table widget settings. ShengdiZhang_0-1645061872649.png Uncheck unnecessary fields to hide them at runtime. Regards, Shengdi
... View more
02-16-2022
05:39 PM
|
0
|
8
|
7873
|
|
POST
|
Hi @JohnSasso2 , If you want to see the display fields, you need to expand the result. ShengdiZhang_0-1644977134560.png Regards, Shengdi
... View more
02-15-2022
06:06 PM
|
0
|
2
|
1522
|
|
POST
|
Hi, you can click the Add action button to create another action for the trigger Extent changes. ShengdiZhang_0-1644892573656.png
... View more
02-14-2022
06:39 PM
|
0
|
0
|
2786
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-16-2026 07:54 PM | |
| 1 | 07-13-2026 07:40 PM | |
| 1 | 05-07-2026 01:53 AM | |
| 1 | 05-24-2026 08:02 PM | |
| 1 | 04-23-2025 06:55 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|