|
POST
|
Here is a simple elevation profile app but it's not working. After you draw the line, no profile is plotted. https://codepen.io/lkoumis1/pen/LYgwVWP
... View more
06-01-2023
02:48 PM
|
0
|
2
|
1916
|
|
POST
|
According to the 1.4.0 documentation at https://developers.arcgis.com/calcite-design-system/releases/changelogs/latest/ the property detached is depreciated, however, on the components website https://developers.arcgis.com/calcite-design-system/components/shell-panel/#api-reference-properties-detached for the shell-panel there is no note for it.
... View more
05-31-2023
01:41 PM
|
0
|
2
|
1161
|
|
POST
|
I have this simple calcite combobox. I want to capture the selected display,not its value. It is simple to get the value. So, if I select the first option how do I capture "One", the text-label value? https://codepen.io/lkoumis1/pen/mdzvBKv?editors=1111 <link rel="stylesheet" href="https://unpkg.com/@esri/calcite-components/dist/calcite/calcite.css" />
<script src="https://unpkg.com/@esri/calcite-components/dist/calcite/calcite.esm.js" type="module"></script>
<calcite-combobox id="test">
<calcite-combobox-item value="1" text-label="One"></calcite-combobox-item>
<calcite-combobox-item selected value="2" text-label="Two"></calcite-combobox-item>
</calcite-combobox> document
.getElementById("test").addEventListener("calciteComboboxChange", function (event) {
console.log(document.getElementById("test").value)
})
... View more
05-23-2023
03:05 PM
|
0
|
1
|
1893
|
|
POST
|
Something like this? https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-scenelayer-feature-masking Scene and feature layers co-exist.
... View more
05-17-2023
08:15 AM
|
0
|
1
|
1501
|
|
POST
|
As a user you cannot upload custom widget to a running application. As a developer you can create your own application where you load your webmap and as many custom widgets you wish. You can use Experience Builder, developer's version, Experience Builder on Enterprise Portal v. 11 or higher or simply use Calcite + ArcGIS Javascript API. Stay away from Web AppBuilder since it will be phased out soon.
... View more
05-16-2023
09:54 AM
|
0
|
0
|
917
|
|
POST
|
During the 2023 Dev Summit this app was shown to demo by @KellyHutchins and @MNIT-Kitty-Hurley the ability to create accessibility maps with JS and Calcite. https://codepen.io/kellyhutchins/pen/QWVvGZq?editors=1010 In this app, a click on the map, shows the record on the table. My question is if you click a graphic, how the table can scroll to that selected feature if there are hundreds of features. Also, how can we add a vertical scroll to the table. Thank you.
... View more
05-09-2023
12:09 PM
|
0
|
1
|
636
|
|
POST
|
You are correct. You have the restart the browser after you start the screen reader. Novice mistake. Thank you @KittyHurley
... View more
05-03-2023
03:12 PM
|
0
|
0
|
2337
|
|
POST
|
Hello @KittyHurley I installed NVDA on my desktop and I access the Map Description app. Unfortunately, there was no voice narration.
... View more
05-03-2023
02:31 PM
|
0
|
2
|
2350
|
|
POST
|
Thank you. Yes, it does work if you place the notices inside another div , but it doesn't answer my question: "The Calcite-panel doesn't allow horizontal elements?" I used the panel in other scenarios, for example, where I placed a tab inside the panel. Several elements inside the tab were aligned horizontally with no issues. So, I guess the answer to my question is No unless if you use another component inside the panel and be the parent of the elements to be aligned horizontally.
... View more
05-02-2023
09:24 AM
|
0
|
0
|
1184
|
|
POST
|
I have two calcite-notice elements that I'd to display side by side (horizontally). Both calcite-notices to be posted inside a calcite-panel. The issue is that the notices are displayed vertically. If I remove the calcite-panel tag, then the calcite-notices appear as intended, side by side. The Calcite-panel doesn't allow horizontal elements? https://codepen.io/lkoumis1/pen/KKGXNqv?editors=1000 @KittyHurley?
... View more
05-01-2023
01:48 PM
|
0
|
2
|
1229
|
|
POST
|
Thank you Kitty. How can I keep track when the enhancement request has been implemented or its status?
... View more
05-01-2023
09:33 AM
|
0
|
2
|
2505
|
|
POST
|
It is kind of odd that there is no calcite icon for accessibility. The person-2 comes close but it is not the universally accepted icon for accessibility. The person-2 icon can be viewed at: https://developers.arcgis.com/calcite-design-system/icons/?icon=person-2&library=Calcite%20UI&query=person-2 The universally accepted icon for accessibility is
... View more
04-29-2023
11:37 AM
|
1
|
5
|
2576
|
|
POST
|
Hello @MNIT-Kitty-Hurley @KellyHutchins I turned on the Windows 11 narrator and I access the site at: https://kellyhutchins.github.io/DevSummit2023-A11y/demos/MapDescription.html but all I hear is the chrome version and that the zoom tool is present and not the map desciption which is "The map summarizes the count, and rates, of accidental deaths in each state." Am I messing something or it is not working with the win 11 narrator? Thank you.
... View more
04-28-2023
09:28 AM
|
0
|
4
|
2403
|
|
POST
|
@WilsonIonara There is nothing to install. Just update the links to the calcite components to version 1.0.4 or later. <script type="module" src="https://js.arcgis.com/calcite-components/1.0.4/calcite.esm.js"></script>
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/calcite-components/1.0.4/calcite.css" />
... View more
04-27-2023
11:24 AM
|
0
|
1
|
2424
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|