POST
|
Yes, I am. Thank you for creating the issue. I also saw that after comments from your colleagues you closed it. ☹️ One of them said "Action Bar Actions that toggle the collapsed state or the Panel close event, etc." could monitor the state of the shell panel. That's correct. But also, I am using the shell panel to display the feature widget that displays the popup when a feature is clicked on. At each time I have to monitor the width of the table that is on the calcite-panel slot "panel-bottom". An event to monitor the state of the calcite shell slot "panel-start" would make it a lot easier to manage and less code to write.
... View more
08-20-2024
07:34 PM
|
0
|
1
|
725
|
POST
|
I have this shell panel <calcite-shell-panel slot="panel-start" position="start" id="shell-panel-start"> and want to monitor whether it's expended or not. So I use JS reactiveutils but it doesn't seem to work. const shellPanel = document.getElementById("shell-panel-start");
reactiveUtils.watch(
() => shellPanel.collapsed,
() => {
console.log("collapsed");
});
... View more
08-19-2024
05:24 PM
|
0
|
3
|
798
|
POST
|
Hello. I don't seem to make the resizable property work with shell-panel slot="panel-bottom" regardless of the displayMode value.
... View more
08-19-2024
05:06 PM
|
0
|
0
|
707
|
POST
|
Update. I was able to resolve the issue using plain css and not the calcite styles.
... View more
08-15-2024
04:17 PM
|
0
|
0
|
494
|
POST
|
Here is codepen that it was provided to me when I look for a solution of action bars on both sides, table at the bottom and float-content panels. https://codepen.io/lkoumis1/pen/eYweVLJ I inserted an id for the bottom calcite shell panel and I used the css for --calcite-shell-panel-max-height:700px and was able to increase the height of the table. However, the css which refer to the width do not work. Ideally, would like to keep the bottom table between the two action bars.
... View more
08-15-2024
02:29 PM
|
0
|
1
|
523
|
POST
|
08-07-2024
12:50 PM
|
0
|
0
|
733
|
POST
|
Hello Kitty. Thank you for the above solution. When I tried to use a table in a calcite-shell-center-row so it spans across the bottom and under the panel located inside the calcite-shell-panel slot="panel-end" it stops right at the left edge of the panel. Is it possible to span the table or does the panel at the panel-end occupies that space? Thank you.
... View more
08-06-2024
02:59 PM
|
0
|
1
|
746
|
POST
|
Hello Kitty. Any updates on the calcite table component. Will features from a layer populate a calcite table? Thanks.
... View more
07-30-2024
09:53 AM
|
0
|
0
|
1391
|
POST
|
I have several icons displayed on the action pad and action bar. For the users not familiar with the icons would be a great help to have the mouse over functionality to show the name of the tool. I know we have the tooltip component, but in my opinion you will have to generate more lines of code. In addition to each tooltip script, you have to add an id to the tool because that's how the tooltip works by using its reference element. Anyone has a solution? @KittyHurley
... View more
07-24-2024
11:29 AM
|
0
|
1
|
616
|
POST
|
According the console below the properties multipleSelectionEnabled and selectionEnabled of LayerList are deprecated on version 4.29 However, as of ArcGIS JS API 4.3, they are not: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html @UndralBatsukh , @Sage_Wall
... View more
07-23-2024
09:57 AM
|
0
|
1
|
360
|
POST
|
Did the process changed since it was first published in 2022? https://www.esri.com/arcgis-blog/products/arcgis-enterprise/developers/add-experience-builder-custom-widgets-in-arcgis-enterprise/ Also, at the end of that post there are two good questions and it will be helpful, if there was a response to them. 1. When you say to install experience builder, does that need to be on the machine that hosts the enterprise? 2. Is it possible to add custom widgets to ArcGIS Online too? @Jianxia
... View more
07-17-2024
01:36 PM
|
0
|
1
|
503
|
IDEA
|
@TianWen Hello. Do you have any updates on this idea to have "all layers from map" as an option? This is the one reason that I am not using ExB yet. I developed a widget in JS where I allow users to add layers from different subject areas to a map and perform a query based on those layers.
... View more
07-08-2024
03:02 PM
|
0
|
0
|
2360
|
POST
|
Thank you. Huge oversight on my part not to add another async/wait at the beginning.
... View more
02-29-2024
12:48 PM
|
0
|
0
|
2012
|
POST
|
Thank you Jeff. However it does not do the intended purpose. I wanted each iteration to go through the esri request and do the calculations based on the response before it proceeds to the next iteration. The script provided, it goes through the sStates loop and then execute all promises in parallel (Promise.all). As I mentioned before, I wanted each iteration to run in series to grab the variable at #27 and uses at #6 before it proceeds to the next iteration.
... View more
02-28-2024
04:06 PM
|
0
|
0
|
2064
|
POST
|
Thank you Jeffrey. I modified my script to explain better. The esriRequest will produce a value (#27) which it will be used on #6 before the next iteration. The script presently will not pause the loop awaiting the processing of #6 in my script. Also in your script, I assume that there is no option on #15 (second script) since you define options in esriRequest.
... View more
02-28-2024
11:42 AM
|
0
|
0
|
2090
|
Title | Kudos | Posted |
---|---|---|
1 | 06-27-2025 11:29 AM | |
1 | 06-16-2025 08:49 PM | |
1 | 06-02-2023 03:22 PM | |
1 | 02-28-2024 09:35 AM | |
2 | 12-19-2023 06:48 PM |
Online Status |
Offline
|
Date Last Visited |
Tuesday
|