|
POST
|
Dear Robert, Thank you for your many immediate answers. You are helping me so much! I don't have words to thank you as I have to! Michael
... View more
12-21-2020
08:17 AM
|
0
|
0
|
1511
|
|
POST
|
Dear Robert, Thank you for your many immediate answers. You are helping me so much! I don't have words to thank you as I have to! Michael
... View more
12-21-2020
08:16 AM
|
0
|
0
|
1770
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1). I am still a newbie... I need, from a custom widget javascript code, to create a pdf containing screenshot of the sceneView in its upper part and some formatted text in its lower part. Help will be greatly appreciated, Michael
... View more
12-20-2020
11:49 PM
|
0
|
0
|
878
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1). I am still a newbie... I need, from within javascript code of a custom widget, to modify and update contents of a field of some feature in a (editable, of course) feature layer. How do I do it? Help will be greatly appreciated, Michael
... View more
12-20-2020
11:40 PM
|
0
|
2
|
1672
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1). I am still a newbie... I need to create screenshot after setting definition expression for 2 layers, but I don't know how to wait for the layers view to settle, so that the screenshot will show the layers after some features in both layers have been hidden by the new definition expressions. Help will be greatly appreciated, Michael
... View more
12-19-2020
08:22 AM
|
0
|
2
|
1888
|
|
POST
|
Found... use featurePointed.graphic.attributes, for example: featurePointed.graphic.attributes.Client_Num
... View more
12-16-2020
10:09 AM
|
0
|
0
|
1282
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1). I am still a newbie... When I create a popup (by this.layerClients.popupTemplate = { "title": `${that.nls.popupTitle} {Client_Num} - {Client_Name}`, outFields: ["*"], "content": featurePointed => { // we chose content to be a function outFields: ["*"], "content": featurePointed => { ... Then, I don't know how do I get a handle to the data of the pointed record. I have the "featurePointed" but I can't find how to get the data from it. I'll appreciate help
... View more
12-16-2020
09:25 AM
|
0
|
1
|
1288
|
|
POST
|
The custom widget is javascript, so you have to find in the internet how to read excel file from page's javascript code. I assune you'll have to open a dialog box in order to get the file. The code will be exactly as if in a regular html page javascript (a regular web app, not connected to esri subjects).
... View more
12-16-2020
09:11 AM
|
0
|
0
|
1437
|
|
POST
|
If the excel contains IDs of parcels that already exist in the layer, then you have to design a new custom widget which will read the excel to get the ID list, then you have to programatically select (highlight) those IDs in the layer. I'm still a newbie, but I'm trying to help, and hope the way I suggested is appropriate.
... View more
12-09-2020
12:31 PM
|
0
|
2
|
1463
|
|
POST
|
Dear Robert, Thank you very much! I implemented the pointed solution and it works! I have 2 questions: 1. "isRemote" (WidgetManager.js lines 146,202,410,1123,1139) is a new flag since the time of that link, and I had to incorporate the version (for no cache) also when "isRemote" is undefined. Can you please tell me its meaning? 2. The link pointed by you has not incorporated version in method loadWidgetSettingClass, but I assume it has to.
... View more
11-25-2020
12:54 AM
|
0
|
0
|
1933
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1) The application I'm developing is being run by our company customers, from url pointing to application folders tree in our company portal server. When I'm updating some Widget.js files, I want the user to to continue using the old url. So, how can I ensure that chrome will always use the new Widget.js files and not the older ones that are already in the chrome cache? Help will be greatly appreciated, Michael
... View more
11-19-2020
12:23 AM
|
0
|
2
|
1981
|
|
POST
|
Dear Robert, Thank you very much! I'll check it tomorrow.
... View more
11-05-2020
08:24 AM
|
0
|
0
|
2092
|
|
POST
|
Dear Robert, Thank you for attending to my question. I'm attaching a screenshot of part of my query widget. As you can see, I let the user select on which layer he wants to make the query. So, I want to rename the widget, both in its title and in the name shown when I hover on the icon in the "Launchpad Theme" widgets-panel. I want that I will be able to add the layet title to the widget name. It's even more important in case I put some similar widgets in widget-group, and I want that the widget name will include the name of the selected layer, so instead of "Filter Layer" it will be e.g. "Filter TLV_2_Neighbourhoods". Thanks
... View more
11-04-2020
02:55 PM
|
0
|
2
|
2092
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17). I need to change the title of my custom widget window, AFTER the widget has been opened, so that the title will be changed both in the widget-window-title and also in the widgets-group-panel. I want the change to take effect only when the app is running, and vanish when the app is closed. I'll appreciate info how to do it.
... View more
11-04-2020
04:12 AM
|
0
|
4
|
2125
|
|
POST
|
Dear Ken Buja, I have a "group" of 2 dojo Radio Buttons that I need to be able to control them manually. Using the link I mentioned I used the id of the group and it worked well. You suggested simpler way with less text, by using the id to of the specific button I want to check. I tested it and it also works well! Thank you very much! Indeed I commented what I did before since yours is a simpler and shorter way.
... View more
10-29-2020
06:17 AM
|
0
|
0
|
4937
|
| 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
|