Windows Presentation Foundation (WPF) is a computer-software graphical subsystem for rendering user interfaces in Windows-based applications.
2
votes
1answer
21 views
ESRI WPF Runtime Deployment Tool via Command Line?
I'd like to be able to use the WPF Runtime (10.1.1) Deployment tool via the command line. If I run DeploymentTool.exe /? on the command line, I get the dialog in the attached image. The /c option ...
1
vote
0answers
37 views
How to get hold of the Activated Event for the ArcMap window?
I am using ArcObjects 9.3 .NET. In my ArcMap dockable window, I have a single element host hosting a WPF user control (That's the only means of using WPF for ArcMap extensions as far as I know).
...
1
vote
1answer
78 views
FeatureDataGrid and FeatureDataForm will not commit to database or input data
This is the second time that I have posted about this. In my previous question they told me I needed to enable the Feature Access capability. I did this and then it said I needed to have a Data Store ...
-1
votes
0answers
26 views
Use ESRI border on other controls [closed]
I am wanting to split up two pieces of data, but I want them to be in the same grid that is surrounded by a single border. I thought by surrounding the grid with a border this would work but that is ...
1
vote
1answer
129 views
Cannot input new data into FeatureDataForm
I am wanting to update the fields on my server using a FeatureDataForm. I have followed the documentation, but it still does not work. It also does not have the buttons in the form that say 'OK' and ...
1
vote
1answer
56 views
Adding, Updating, and Deleting information from arcGIS Server
I am new to ESRI and GIS. I am starting to get into using client data. I have created maps and put them to the server using arcMap and arcGIS for Server. I need to know how easily I can access these ...
2
votes
1answer
41 views
Using multiple LayerIDs in a Legend
This should be simple, but I cannot find any documentation on how to do it. I have a legend that is bound to my map that contains several layers. I do not want all of the layers to appear on my Legend ...
0
votes
1answer
61 views
Object does not exist in the namespace “http://schemas.esri.com/arcgis/client/2009”
I am trying to move all of my GIS code over the Visual Studio 2012. I have added the following references:
C#:
using ESRI.ArcGIS.Client;
using ESRI.ArcGIS.Client.Geometry;
using ...
4
votes
4answers
201 views
Using GIS / Map inside c# WPF
How could i create e mapping applications that displays a custom map from this URL:
(Capabilties with a mapview)
...
3
votes
1answer
125 views
Convert ArcMap label expressions from VBScript to Javascript or Python
I have a large number of layers (hundreds) with label expressions written in VBScript.
I am using ArcMap 9.3.1, and I'm now starting to export the layers as MPKs for use in our ArcGIS Runtime (WPF) ...
2
votes
0answers
122 views
Recommendations on an MVVM framework for ArcGIS Desktop add-ins and/or ArcGIS WPF Runtime
Is anyone using an MVVM framework with ArcGIS Desktop add-ins or the ArcGIS Runtime for WPF?
I am leaning towards Caliburn.Micro simply because it seems to be the most popular "lightweight" MVVM ...
0
votes
2answers
77 views
WPF Runtime Arcgis - How to open MXD?
I would like to open MXD with ArcGIS Runtime WPF. There is no example about this.
Anybody has a solution ?
Thank you
1
vote
1answer
96 views
WPF Runtime Arcgis - How to create a MPK?
I would like to create a Map PacKage with ArcGIS Runtime WPF.
Have you an example ?
Thank you
2
votes
1answer
71 views
Using a map from ESRI Server in a radMap
I was wondering if there was a way to use a map that I have stored on an ESRI server in a telerik radMap. I am not very familiar with the radMap control so any help would be appreciated. I have found ...
0
votes
0answers
47 views
IF Statement for checking if the user clicked on a graphic in a Feature Layer
I am trying to display information in an InfoWindow when the user clicks on a point on a map. I have the content in the InfoWindow and it is popping up. The only problem is the InfoWindow pops up no ...