|
POST
|
Dear Robert, I tried to re-learn thoroghly what I googled about it, and at last I fully succeeded in setting dojo radio buttons programatically, by the first answer in stackOverflow - Dojo Radiobutton - check one of them programatically with this fiddle In order to implement this idea, I replaced in the html the <fieldset> by <form data-dojo-type="dijit/form/Form" id="widgetFilterFormValueBy"> Thanks for telling me that this should be possible. Note: This works, but finally I commented it and I'm using Ken Buja's way' which is simpler and shorter.
... View more
10-29-2020
05:58 AM
|
0
|
0
|
4933
|
|
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 encountered an weired phenomena, that for same layers, popups soometimes appear, aometimes not. It could be also that in same time, popups appear either for all layers, or part of them, or none, and in another day they will appear. This phenomenon occurrs mainly when I work from home. I don't know where to look in order Does someone know what to check in order to pinpoint this prolem?
... View more
10-29-2020
03:41 AM
|
0
|
0
|
601
|
|
POST
|
Dear Robert, thank you for the info. I checked, and indeed if in the html (it is shown in the attached screenshot) I remove the data-dojo-type="dijit/form/RadioButton" (since you do not have it at all in your code) from the radio buttons, then the screen reflects the new state of the radio buttons, though I don't enter the "radio button "onClick" callback" and I have to call it manually from the program. But I want the "look" of dojo radio buttons... ESRI use it in their code examples, e.g. IntegratedMeshLayer modification and I really need to be able to control the dojo radio buttons from within javascript. Can you please instruct me how to achieve the same effect when I remain with dojo radio buttons? Had this be done in some esri code so that I can see code example, or can you please point me to the relevant info how to do this for dojo radio buttons? I will be thankful.
... View more
10-29-2020
02:19 AM
|
0
|
0
|
4933
|
|
POST
|
Maybe it's because mine is dojo radio button? (I just copied the way esri do in other wodgets) Is there some relevant code in WAB widgets for modifying radio buttons status programatically? Can I programatically immitate as if the user clicked? Thanks
... View more
10-28-2020
01:59 PM
|
0
|
3
|
4933
|
|
POST
|
Dear Robert, Thank you for answering. I tried it, but it does not work. I need to programatically flip the on/off status of the 2 radio buttons, and I can't. I even saw that the ".checked" property is undefined. What am I missing?
... View more
10-28-2020
01:43 PM
|
0
|
7
|
4933
|
|
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 switch programatically by javascript between the various items of a dijit radio button. Widget.js has next code: define([ ... 'jimu/dijit/RadioBtn', 'dijit/form/RadioButton' ... Widget.html has next lines as in attached screenshot I'll appreciate help.
... View more
10-28-2020
10:31 AM
|
0
|
9
|
4999
|
|
POST
|
Dear Robert - Excellent! It works! Thank you! but in the queried feature layer table, the field name of the ObjectID is not "objectid" but, in my case - "fid". Is it safe to always refer to the name of ObjectID field as "fid"? Is it possible to do a simple query in order to get the name of the ObjectID field? If I query for distinct values of all field names, is ObjectId always the first field? - Should I use this way to know the name of the ObjectId field? I checked and the 3rd option works well for me. Am I doing it right or is there a simpler way?
... View more
10-22-2020
02:13 PM
|
0
|
2
|
4062
|
|
POST
|
Dear Robert, I appreciate your expertize and thank you very much for your most valueable help! I want to validate that I my understanding is correct: In order to hide on scene all features that do not appear in the results due to geometry, I have no other way but to use layer definition expression, and since layer definitionexpression does not respond to geometry conditions, I have to bypass this drawback by giving the defintion expression a query which uses ObjectIds. Am I correct?
... View more
10-22-2020
09:51 AM
|
0
|
4
|
4062
|
|
POST
|
Dear Robert, thank you! You really saved my day! I'll appreciate it if you please tell me why in my next code, though I try to search by extent, points that were outside of map extent are indeed not included in the results array, but are NOT hidden from the scene? I want to show on screen only points that were in the scene extent when I ran the query... I'm attaching screenshot of my code.
... View more
10-22-2020
07:50 AM
|
0
|
6
|
4062
|
|
POST
|
Dear Robert Scheitlin, GISP, I'm developing Query/Filter custom widget forWAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). How to set the 3D scene to zoom to the extent of the features array returned from a query on a feature layer? It could be array of points, lines or polygons. And how do I "play" with the zoom level? I have not succeeded to find clear documentation/code example about how to do it.
... View more
10-22-2020
05:19 AM
|
1
|
8
|
4138
|
|
POST
|
I'll make it clear what I ask: How to redirect the left click to not open the regular popup but my custom widget (and how to set it back to the regular popup, after I opened the custom widget)
... View more
10-20-2020
11:42 PM
|
0
|
1
|
4409
|
|
POST
|
Thank you very much, Robert, for this very important insight! So I have to use the left click, and have to be able to "choose" by some button, which popup will be opened, the default popup, or my special popup (or custom-widget). How should I program this "switch" which will be opened by the left click?
... View more
10-20-2020
12:26 PM
|
0
|
3
|
4409
|
|
POST
|
But I don't want to block or replace the default popup... I want that left-click on feature will still open the default popup, but that right-click on feature will open my custom-widget (or custom-popup) on that feature.
... View more
10-19-2020
11:48 PM
|
0
|
5
|
4409
|
|
POST
|
Dear Robert Scheitlin, GISP, no one has referred frm 3 Oct... Can you help, please?
... View more
10-18-2020
01:57 AM
|
0
|
7
|
4409
|
| 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
|