POST
|
Hi Michael - This seems to work with the LocalServer geoprocessing sample. Glad to see ArcGIS Enterprise returns the same "Job canceled" too. Thanks!
... View more
06-16-2020
08:22 AM
|
0
|
0
|
15
|
POST
|
I don't see a JobCanceled in the JobStatus enumeration. When I call Cancel on a GpJob, the next status update status says failed. Is there some way to verify that it's been canceled - and not failed? BTW, the REST API Jobstatus has "esriJobCanceled" along with some others that aren't in the .NET SDK... esriJobSubmitted (missing) esriJobWaiting (paused?) esriJobExecuting (started?) esriJobSucceeded esriJobFailed esriJobTimedOut (missing) esriJobCancelling (missing) esriJobCancelled (missing)
... View more
06-15-2020
01:03 PM
|
0
|
2
|
53
|
POST
|
Is anyone able to turn on logging, or get the Contouring sample gp service to work? Local Server Utility shows Enable Logging is checked. However, when I click Start Local Server on the sample here, VS shows "Logging disabled" in the output window: Licensed For Developer Use Only 'apppid' = '26784' 'cleanuponshutdown' = '' 'enablehtmlviews' = '' datadir does not exist, creating: "C:\EsriSamples\Temp\arcgisruntime_8928" DataDir : "C:\EsriSamples\Temp\arcgisruntime_8928" Message : Logging disabled DataDir : "C:\EsriSamples\Temp\arcgisruntime_8928" AppDataLocalDir : "C:\ESRISA~1\AppData\Local" AppDataRoamingDir : "C:\ESRISA~1\AppData\Roaming" AppDataCommonDir : "C:\ESRISA~1\AppData\Common" MyDocumentsDir : "C:\ESRISA~1\AppData\Documents" CrashDumpPath : "C:\EsriSamples\Temp\ArcGISRuntimeErrorReports" The Map Service and Feature Service work as expected, however the GP service presents this: The C:\EsriSamples\Temp\arcgisruntime_8928\contour folder exists, but has no files. There are no log files. Attached is dmp file. Same result when running as admin.
... View more
06-15-2020
08:20 AM
|
0
|
1
|
48
|
POST
|
I built an azure static web app using the "no framework" option in the quickstart: Quickstart: Building your first static web app with Azure Static Web Apps | Microsoft Docs With ExB 1.0, I built an experience that included the simple widget. I downloaded the zip of the experience, and deployed the files to my localhost running IIS. It works there. I copied all the files from the zip into the repo, then pushed to github. The build action triggered by the push shows this error: Using Hugo version: 34 Hugo Static Site Generator v0.59.1-D5DAB232 linux/amd64 BuildDate: 2019-10-31T15:21:02Z 35 36 Error: module "themes/default/" not found; either add it as a Hugo Module or store it in "/bin/staticsites/ss-oryx/app-int/themes".: module does not exist It looks like Azure uses linux for this, is the experience deployable to linux? If not what changes would be needed? Thanks!
... View more
05-20-2020
05:29 PM
|
0
|
0
|
45
|
POST
|
When unzipped to d: drive npm ci throws this error: but when I unzip to c: drive no error:
... View more
05-18-2020
08:39 AM
|
0
|
0
|
68
|
POST
|
Thanks Wolfgang, this is helpful. I'd like to further constrain it so that it's only enabled when a featurelayer has a UniqueValueRenderer. I don't see a condition for this. For now I can just pop up a messagebox saying "choose a layer with UVR". More generally, in the long run I think it would be useful for there to be an OnContextMenu event.
... View more
04-19-2020
07:35 AM
|
0
|
1
|
26
|
POST
|
I've configured a button to appear on the layer context menu, so that it calls CopyUVRToStyle on the module, which it does successfully and examines ContextMenuDataContext without any issues. However ... when it accesses the Can CopyUVRToStyle property, ContextMenuDataContext is always null. The documentation suggests keeping an _enabled variable. ProConcepts Framework · Esri/arcgis-pro-sdk Wiki · GitHub Is there an event that fires somewhere (like OnContextMenu?) that the module can subscribe to and examine the ContextMenuDataContext and set the _enabled variable accordingly? https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#delegate-commands
... View more
04-16-2020
08:40 PM
|
0
|
3
|
100
|
POST
|
Have you considered creating a CIMGroupLayer, populating it with what you need, then turning it into a layer by calling CreateGroupLayer followed by GroupLayer.SetDefinition ?
... View more
04-16-2020
12:30 PM
|
0
|
1
|
18
|
POST
|
With SDK 2.5 I add a new DockPane to my addin module, and put a listview on it with some listviewitems. In the document outline I right click and choose add a copy ... I remove the style from the middle item ... I see it at design time ... But not at run time ... At runtime the visual tree for the middle listviewitem has no children ... I see no mention of listviewitem in the style guide: ProGuide Style Guide · Esri/arcgis-pro-sdk Wiki · GitHub Am I doing something wrong?
... View more
04-16-2020
07:44 AM
|
0
|
1
|
83
|
POST
|
I would like to create a new mobile style file with all the info needed in the meta table for a dictionary renderer. I don't see anything mentioned in the Tips for creating custom dictionaries in the Dictionary Renderer toolkit. When I create one with StyleHelper.CreateStyle, it lacks some rows needed by the dictionary renderer in the meta table: The ProGuide Custom Dictionary Style says to just copy the Restaurant.stylx, which has more in the meta table: If there's currently no tool for creating these stylx files, could I just programatically add these rows? Are these additional rows the only thing that's needed to make a mobile style file behave as a dictionary renderer? Suggestion: it might make things easier, if there were a command that could be invoked that would create a dictionary renderer from a unique value renderer. That way it would already have some of the symbols already set up and maybe even an arcade script so that it begins life acting just like a UVR. I suspect people will look to Dictionary Renderers when their UVRs become impractical. Thanks!
... View more
04-14-2020
06:26 PM
|
0
|
0
|
22
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|