|
POST
|
Thanks Dan, but it is actually never selected in that example, just repositioned. I can set the map frame as well, but there must be a programmatic way to select the element, so that when I open the properties page with a task step it pertains to the selected element?
... View more
06-14-2018
07:03 AM
|
0
|
4
|
1986
|
|
POST
|
Is there a way in Python 3.x to programmatically select a layout element, such as a scale bar? Thanks much, cob
... View more
06-13-2018
02:14 PM
|
0
|
6
|
2149
|
|
POST
|
This is great, but are you saying these customizations can be shared in a project, template or package? It seems to me that all of these settings are saved on the user's local machine and not in the project or template or any where else I can find... please correct me if I'm wrong... thanks, cob
... View more
06-06-2018
11:13 AM
|
0
|
1
|
1648
|
|
POST
|
Yeah it's similar, but I'm working with UI panes rather than map views - it should really just conserve the state of the settings with the project when it is saved. It does this on the original machine so there's some incarnation of a 'normal' template saved somewhere, but apparently it can't be transferred to a recipient machine in Pro. I hesitate to ask, but is this something that might be addressed through a custom configuration? I went through the tutorials and saw that the ribbon tabs could be manipulated, but not sure about the UI panes. Even if so it wouldn't be a feasible solution for us - we'd have to set up a shortcut to the config on each user's machine and we are spread out all over the state. But I was just curious if the dev team considered this to be the Pro way to share UI settings across computers. Thanks - cob
... View more
06-04-2018
11:44 AM
|
0
|
1
|
1647
|
|
POST
|
Yes, that's what I've been working with. Although the contents can be manipulated to some extent with each step (as long as you are not working with an active layout), I don't see how to make tabs or panels visible from within that menu or anywhere else in the task designer. I am running a command as a step which displays the contents pane, but by default it displays over the top of the task pane - see the attached image for details. The reason I need both visible is due to another bug in the task process - at this point a task step cannot be configured to run a definition query or selection layer command. Our users are all new to ArcGIS Pro... we are trying to use the task as a tutorial launching pad but they are understandably confused when the task pane is suddenly hidden from view.
... View more
06-04-2018
10:21 AM
|
0
|
3
|
2206
|
|
POST
|
The script has been imported into the project toolbox - it imports os and shutil and just looks for a folder on C:/Users and deletes it if found. It works fine with a project package. I thought that Pro used relative references by default - and I don't see how to change it in the project options. The root fix that could nullify the need for the UI adjustments in this case is if a def. query or selection layer tool could be run through a task step - but I suppose that's still not possible? Thanks again Dan - cob
... View more
06-01-2018
02:50 PM
|
0
|
1
|
2205
|
|
POST
|
Yes. It doesn't work on several levels right off the bat. The UI settings are still not honored, and the script tool in the first step cannot be found, even though it shows up in the catalog folder where it should be. It does however seem to maintain the data sources from local and hosted data. Any other ideas? Thanks Dan - cob
... View more
06-01-2018
12:49 PM
|
0
|
3
|
2205
|
|
POST
|
The project has local data and hosted feature services shared with the org account, as well as a task item requiring two add-ons that are sent in the attachments. Can zip and ship handle that? Thanks, cob
... View more
06-01-2018
05:18 AM
|
0
|
5
|
2205
|
|
POST
|
Is there any way to share the UI customizations in ArcGIS Pro through a template? I need to use a project package but the pane arrangement, visibility etc. is not carried with the package. I need something similar to the 'Normal.mxt' template in ArcMap which will honor the changes to the default UI and share them along with the package. Is this possible? Thanks, cob
... View more
05-31-2018
10:59 AM
|
0
|
19
|
4406
|
|
POST
|
Erick did you ever find any more information on this bug? At 2.1, the legend items filter by extent will work as long as either (1) the feature layer has a single symbol or (2) for field based classifications, at least one feature is within the extent. If no features in a classified layer are within the extent, all classes show in the legend. Just plain goofy. Thanks, cob
... View more
05-04-2018
08:02 AM
|
0
|
0
|
1117
|
|
POST
|
Thanks James. So how can I create the customized version - do I need the pay-extra version of AppStudio?
... View more
04-04-2018
12:05 PM
|
0
|
1
|
1677
|
|
POST
|
Is there any way to modify the UI of a survey to show a different label for the Inbox? Our users find it counterintuitive to select 'Inbox' rather than 'Collect' when they are collecting new measurements for an established point - it has caused many mistakes. For example, if we could change the UI to display 'New site' for Collect and 'New Measurement' for Inbox I think it would clear up a lot of problems. We are using Survey 123 Connect to author surveys from xls forms. Thanks, cob
... View more
04-04-2018
07:12 AM
|
1
|
4
|
2073
|
|
POST
|
OK I tried it in a test setting but it doesn't seem to recognize the event. This code is in the widget.js file (which may not be the right place) for the test widget infographic :I defined 'esri/dijit/Popup' and function Popup, and here is the code in the PostCreate function: this.inherited(arguments); map.infoWindow.on("selection-change", function() { console.log('foo'); PanelManager.getInstance().closePanel(this.id + '_panel'); });
It fails with no error, and is not firing the selection event at all (i.e. no 'foo' printed). I know the close panel routine works because I
had a click event in there before with the same code. I also tried this.map.infoWindow.on(...with the same results. Thoughts?
... View more
03-08-2018
01:28 PM
|
0
|
2
|
1591
|
|
POST
|
Just the popup by clicking the feature on the map - are you thinking about the selection change on the popup class? Could something like this work? map.infoWindow.on("selection-change", function() {Close the Panel}
... View more
03-08-2018
12:55 PM
|
0
|
4
|
1591
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 06-15-2017 01:58 PM | |
| 1 | 06-14-2017 01:46 PM | |
| 1 | 04-12-2016 11:26 AM | |
| 1 | 06-14-2018 10:01 AM | |
| 2 | 05-03-2017 11:49 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:25 AM
|