|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.20, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.20). I am still a newbie. I want to use the "popmotion" library for animations, but I do not know how to "include" it the right way... I saw in eseri article Feature selection styles in web scenes: the defaults and beyond towards the end of "Style 3 - Display the bounding box of the feature" it is written: On a final note, have a look at the animations that our colleague Hugo added to the bounding box: https://codepen.io/ralucanicola/pen/XWRXjOm. and this example uses "popmotion" animation and runs ok in code-pen, but When I copied what I see in code-pen into html page, it turned out that "popmotion" lib is not included and I get error. I attach here a zip of my index.html file I will appreciate help in how to include the "popmotion" lib, so the html page will run ok.
... View more
07-13-2021
03:03 AM
|
0
|
0
|
937
|
|
POST
|
Dear Mrs. Jianxia, I appreciate and thank you very much for your help! There is not yet a bug number, but there is an appeal reference number - 02844428 and as soon as ESRI will agree that this is a bug and give it a bug number, I will let you know.
... View more
07-07-2021
10:36 PM
|
0
|
0
|
7657
|
|
POST
|
ESRI have bug in API for Javascript, versions 4.19 and 4.20, that prevents web apps developed by WAB version 2.20 to do Single Sign ON (SSO) [presenting the user an option to login wither directly into the portal server, or as a regular user, by azure] Who can tell ESRI to urgently correct that bug? for details - see my post - Single Sign-On (SSO) stopped working after upgrading WAB from 2.17 to 2.20 due to bug in API 4.19 and 4.20
... View more
07-05-2021
02:50 AM
|
0
|
0
|
891
|
|
POST
|
ESRI have bug in API for Javascript, versions 4.19 and 4.20, that prevents web apps developed by WAB version 2.20 to do Single Sign ON (SSO). for details - see my post - Single Sign-On (SSO) stopped working after upgrading WAB from 2.17 to 2.20 due to bug in API 4.19 and 4.20 ESRI correction to API 4.19, 4.20 and the next to come, will be greatly appreciated. Who can tell ESRI to urgently correct that bug?
... View more
07-01-2021
08:06 AM
|
0
|
0
|
609
|
|
POST
|
I just had a problem after upgrading WAb from 2.17 to 2.20 - the "Singel Sign On" stopped working, and I do not get any more the option to loginby azure... see my question Single Sign-On (SSO) stopped working after upgrading WAB from 2.17 to 2.20
... View more
07-01-2021
06:56 AM
|
0
|
0
|
1758
|
|
POST
|
@RobertScheitlin__GISP , can you help? I have not received help to this focused point
... View more
07-01-2021
06:35 AM
|
0
|
0
|
7750
|
|
POST
|
please see my question in WABcustom widgets community
... View more
07-01-2021
01:29 AM
|
0
|
0
|
797
|
|
POST
|
WAB (Develper Edtion) 2.20 has original "Measurement WIdget" supplied by ESRI, that can measure areas on 3D Scene, using "esri/widgets/AreaMeasurement3D" which as can be seen in the link, "colors" the measured area by orange-white checkerboard like. I need to reduce the opacity of t How to modify the "Measurement3D" widget code, or the code in ESRI sandbox example, in order to have control on the orange-white checkboard opacity?
... View more
07-01-2021
01:22 AM
|
0
|
0
|
1020
|
|
POST
|
Dear @RobertScheitlin__GISP , I am afraid that my question, though it is short, yet it needs an expert... Can you help?
... View more
06-24-2021
12:27 AM
|
0
|
0
|
6808
|
|
POST
|
Dear @Anonymous User , Your suggestions involve the desktop app, so they are irrelevamt. I need to do all from the web app. The web app is connected to an existing scene. I can not save a new scene. I updated my question, suggesting some ways. only I do not know how to implement a solution. Please read again. Thank you.
... View more
06-24-2021
12:21 AM
|
0
|
0
|
6816
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.20, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.20). ESRI example "Import glTF 3D Models" shows how to import 3D glTF models (.glb files) into my WAB web application 3D scene, using the SketchViewModel. My question - how do I save those 3D models with all their updated properties (user selected location and changed size and rotation), for next time when I open my web app? I thought of 3 ways, but I do not know how to implement any of them, and I need help - 1. Is there a way to add them to a proper existing feature layer that will be read when I open the app again? 2. Another way - I can save the original 3D model file into Amazon S3 cloud, But how can I "extract" the properties from the 3D model (to know the size and rotation), and when the user opens again the web app, how can I "set" the model properties to the values the user chose before? 3. Another option - How can I "Select" the model after the user have set all its properties (size, rotation, location), "convert" it to a file, and save this file into Amazon S3 cloud? By this way, after the user has set all the properties by the model "handles", the updated 3D model will be saved as a file with all its updated properties. Help will be greatly appreciaetd.
... View more
06-23-2021
02:57 PM
|
0
|
5
|
7001
|
|
POST
|
ESRI example "Import glTF 3D Models" show how to import 3D glTF models (.glb files) into my 3D scene, using the SketchViewModel. But how do I save them with all their updated properties, for next time when I open my web app? Can I save them to a proper layer that will be read when I open the app again?
... View more
06-23-2021
02:51 PM
|
0
|
0
|
1153
|
|
POST
|
Our company 3D Scenes Web Apps are developed by WAB (Develper Edition). Its current version is 2.20 Our customers do not log in directly to our server, but we use "Single Sign On" and they login by active directory authentication, using Azure, and the login dialog box presents a choice - whether to login as a regular user, via azure, or directly into the portal server. Regular users login via azure. After upgrading from WAb 2.17 to WAB 2.20, the "Single Sign On" does not function at all - the dialog box contains only the option to login directly into the portal server, which is NOT how a regular user should enter. correct login dialog box.jpg is what I expect to see, that enables me to choose between 2 options of login. The top one is login by Azure, that this is needed. incorrect login dialog box.jpg is what I get instaed, that logs directly into our server and not throgh the azure. But we need to loging through the Azure... I found that WAB version 2.20 works with ESRI Javascript API version 4.19, and I found that if I modify the WAB 2.20 to work with API 4.18 then the login dialog box is OK. and if I modify the WAB 2.20 to work with API 4.20 then the login dialog box is still NOT OK. So the problem is NOT in the WAB code, but in the code of Javascript API 4.19 and 4.20 THIS IS A BUG IN API 4.19 and 4.20 and ESRI should correct the API 4.19, 4.20 and the next versions to come. ESRI correction to API 4.19, 4.20 and the next to come, will be greatly appreciated.
... View more
06-23-2021
06:32 AM
|
1
|
9
|
7915
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2026 04:27 AM | |
| 1 | 12-15-2024 12:09 AM | |
| 1 | 08-01-2024 03:45 AM | |
| 1 | 01-04-2024 04:00 AM | |
| 1 | 03-28-2024 01:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-13-2026
04:26 AM
|