|
BLOG
|
@esride-nik I changed the allowJs to false and reverted my exclude array to the default and now everything is fine in vs code. If I set it to true then I have to exclude several additional directories for VS code to not complain. But the strange thing for me today is that EB asked for my portalURL and clientId again and once I did that my seven applications that I moved over from 1.7 using the recommended upgrade process suddenly showed up in 1.8 when they would not before no matter what I did. But now the new app I created in 1.8 (because the others would not show up) is now not listed.... There are just to many variables here, VS Code, NodeJS, ESRI, 3rd party node modules, etc. Something changed...
... View more
05-05-2022
05:52 AM
|
1
|
0
|
11441
|
|
POST
|
@TonghuiMing @ShengdiZhang I need to get access to the onScroll event of the AdvancedSelect component. I can see that the _AdvancedSelectInner class has the onScroll method but how can I get access to it from the AdvancedSelect? I developed a lazy load ability using a standard jimu Select so that I could load 20K or more options to the select but that is dependent on "onScrollCapture" method and the main issue with using a standard jimu Select if large datasets is that there is no filter/search ability. The AdvancedSelect solves that but now I can not figure out how to access the onScroll or onScrollCapture methods.
... View more
05-02-2022
06:26 AM
|
0
|
0
|
771
|
|
POST
|
@Gedeon_muhawenayo CIM Symbol is a 4.x class that is not available in WAB as WAB is 3.x based.
... View more
05-02-2022
06:01 AM
|
1
|
1
|
2846
|
|
BLOG
|
@DougLogsdon2 , Thanks. I had to take it a little further before it would work for me. "exclude": [
"node_modules",
"arcgis-js-api",
"dist",
"__mocks__",
"jest-systemjs-transformer.js",
"jest.config.js",
"jimu-for-test",
"webpack.config.js",
"webpack"
]
... View more
05-02-2022
05:57 AM
|
0
|
0
|
11498
|
|
BLOG
|
@DougLogsdon2 OK do you mind sharing your exclude array?
... View more
04-29-2022
10:25 AM
|
0
|
0
|
11540
|
|
BLOG
|
@babarsac In your dev environment are you have any issues with the typeScript definitions? On my end 1.7 and before is fine but 1.8 does not know what __esri or really anything JS API. I have checked for differences in the tsconfig and I can only see the addition of the calcite-components stuff in 1.8
... View more
04-29-2022
08:06 AM
|
0
|
0
|
11564
|
|
DOC
|
@Anonymous User Have you made an schema changes to the service (i.e. deleted/added/renamed a field)?
... View more
04-27-2022
10:59 AM
|
0
|
0
|
17974
|
|
DOC
|
@cw_mund , @SerjStol Scale specific printing is now available.
... View more
04-27-2022
10:52 AM
|
0
|
0
|
22653
|
|
POST
|
@BingJing In your application where is the widget that you trying to open located? for example, in the foldable theme is it in one of the onscreen widget placeholders or in the header controller widget? If it is in the "widgetOnScreen" section then the first widget listed in the array is 0 and second is 1 and so on. There is also the "widgetPool" > "widgets" and it follows the same concept.
... View more
04-27-2022
05:46 AM
|
0
|
1
|
1581
|
|
POST
|
@Gedeon_muhawenayo Here is the 2.24 version of the zip file above.
... View more
04-26-2022
10:20 AM
|
1
|
1
|
2765
|
|
POST
|
@Gedeon_muhawenayo That code was from 6 years ago. So much has changed. What version of WAB are you using?
... View more
04-26-2022
06:22 AM
|
1
|
1
|
2777
|
|
POST
|
@BingJing Here is one of the many threads on opening a widget programmatically. https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-open-a-widget-in-a-placeholder/m-p/535621#M14087
... View more
04-26-2022
06:03 AM
|
0
|
3
|
1602
|
|
POST
|
@Anonymous User The applyEdits method is present on the FeatureLayer class. Currently your code is attempting to execute that method on a array of Graphics. You need to instantiate a FeatureLayer class from your URL and call the load method (assuming that you are not loading that FeatureLayer class to the map Then you can call the FeatureLayer class applyEdits method.
... View more
04-26-2022
05:59 AM
|
0
|
0
|
1354
|
| Title | Kudos | Posted |
|---|---|---|
| 16 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM | |
| 1 | 03-28-2022 06:20 AM |
| Online Status |
Online
|
| Date Last Visited |
03-24-2026
05:23 AM
|