|
POST
|
I used the picture maker with no issues. You have to make sure that the png is accessible by everyone. So, copy the url by expanding the : _globalGISUrl and append the rest of the string to the browser url. Not sure, if the variable _globalGISUrl contains a '/' at the end, otherwise you will need to add it like: "/Images/marker/inspection-map-markers-no-status.png In my case, I copied and pasted the url: https://static.arcgis.com/images/Symbols/Animated/EnlargeRotatingRedMarkerSymbol.png to see if I can see the png. var graphic = new Graphic({
geometry: {
type: "point",
latitude: evt.mapPoint.latitude,
longitude: evt.mapPoint.longitude,
spatialReference: view.spatialReference,
},
symbol: {
type: "picture-marker",
url: "https://static.arcgis.com/images/Symbols/Animated/EnlargeRotatingRedMarkerSymbol.png",
height: "20px",
width: "20px",
},
});
... View more
02-21-2023
08:34 AM
|
0
|
3
|
4114
|
|
POST
|
Agreed. It happened before when they announced WAB but they said that Adobe Flex was going to stay.
... View more
02-16-2023
09:30 AM
|
0
|
0
|
936
|
|
POST
|
According to ESRI, support for the JS API 3.42 will end in 2024. WAB is based on this JS API 3.42. https://support.esri.com/en/products/developers/web-apis/arcgis-api-for-javascript Does it means that WAB will be obsolete, despite the repeated assurances from ESRI that WAB will be supported?
... View more
02-16-2023
08:56 AM
|
1
|
2
|
975
|
|
POST
|
Just FYI, I found a way to run WAB on port 3344 by running a windows service instead of using the startup script.
... View more
02-15-2023
08:52 AM
|
0
|
1
|
2337
|
|
POST
|
It is not the firewall. I disabled my firewall temporary, and still didn't work. I installed WAB myriad of times and this the first time I have this issue. I run the netstat to review the ports and there is nothing unusual. Thank you for your help.
... View more
02-14-2023
04:35 PM
|
0
|
0
|
2360
|
|
POST
|
Thank you. That was it. The only reason why I am using the default 3344 is because I get the "The site can't reached" . I checked the port 3344 and is not used so I am lost for words why is not working.
... View more
02-14-2023
03:57 PM
|
0
|
2
|
2367
|
|
POST
|
I got a new PC (windows 11), and trying to install the WAB on another port. I followed the steps outlined on the WAB's Get Starter website by typing under the server dir the command: node_x64.exe server.js -4000 Then in the cmd window I noticed the screen further below. When I tried to access the website by : https://<mymachinename>:4000/webappbuilder I got "The site can't reached" Even though I tried to run WAB under port 4000 it still uses 3344. What am I doing wrong? @RobertScheitlin__GISP
... View more
02-14-2023
01:19 PM
|
0
|
8
|
2403
|
|
POST
|
If my input assisted you finding the solution, please accept it as an accepted solution.
... View more
02-14-2023
08:40 AM
|
0
|
0
|
2094
|
|
POST
|
define the contents of the popup as you like Here you go: https://codepen.io/lkoumis1/pen/ExpqjGg
... View more
02-10-2023
08:52 AM
|
0
|
2
|
2138
|
|
POST
|
Thank you. The portal they are connected to it never changed. It would make sense why it prompts me to verify my connection to portal. There is something else that triggers it. Since it is the same portal, who the apps do disappear from the ExB UI?
... View more
02-09-2023
11:48 AM
|
0
|
1
|
2371
|
|
POST
|
Update: It happened again today. ExB prompted for credentials and I knew from my experience that my apps will vanish and it did. No response from ExB team. Original Post: It happened to me twice so far in version 1.9 and 1.10 of ExB. After few weeks of working and creating apps, I am prompted by ESRI to verify my account again by entering the portal address and then the id of a ExB project posted on the portal. After the authentication completes, all the apps from the ExB screen disappear. However, the apps are still listed under the server/public/apps. I can see the apps, if I enter the url as "https://localhost:3001/builder/?id=x" where x is the project id. I contacted ESRI tech support (#03250331) and after quite few interactions, we found out that the version 1.8 does not exhibit the same issue. So, I was advised to downgrade to version 1.8 until the issue is resolved. I was advised to post my case here, so I bring it to the attention of the ExB team. Thank you. @Jianxia @TonghuiMing @Grant-S-Carroll @ShengdiZhang @AlixVezina @Richard_Purkis
... View more
02-08-2023
11:27 AM
|
0
|
8
|
2429
|
|
POST
|
There is one in Experience Builder. https://developers.arcgis.com/experience-builder/guide/filter-widget/ It is based on this: https://developers.arcgis.com/javascript/latest/query-filter/
... View more
02-07-2023
03:16 PM
|
1
|
0
|
1010
|
| 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
|