|
POST
|
I'm seeing the same issue when sharing from ArcMap 10.4. Also, I get a System.NotSupportedException when I try to query related records in Runtime .NET 10.2.7. [I don't see this problem when querying geodatabases created using the Sync framework.] Hopefully, the Quartz release and mobile map packages will fix this problem.
... View more
05-20-2016
10:07 AM
|
0
|
0
|
821
|
|
POST
|
Our enterprise (and other large enterprises around the world) is upgrading to Windows 10 LTSB, which is not compatible with Windows Store. Will a LOB version of Collector for Windows be made available?
... View more
04-07-2016
10:18 AM
|
0
|
6
|
5334
|
|
DOC
|
I had a great time presenting this (before I caught an annoying bit of bronchitis for the rest of the DevSummit). Here's a link to everything: http://www.pierssen.com/arcgis10/server.htm
... View more
03-26-2016
09:36 AM
|
0
|
0
|
533
|
|
DOC
|
Hey, sorry my live demo was such a bust. In hindsight, I should have presented the final widget code and compared it to the original standalone app. Also, I completely forgot to get into Chrome debugging. No logical excuse. To be frank, I'm still trying to shake off the bronchial crap that I'd picked up in Palm Springs. In any case, here's the link to everything: http://www.pierssen.com/arcgis10/server.htm
... View more
03-26-2016
09:18 AM
|
1
|
0
|
576
|
|
POST
|
Attached is a simple example of the approach I'm taking. I definitely think that Behaviors are a great way to make the MapView more MVVM friendly.
... View more
03-21-2016
10:57 AM
|
2
|
0
|
2723
|
|
POST
|
In my opinion, creating a UI element within a view model is a violation of MVVM. However, I also feel that way about using a handle to a UI element to perform an operation, which is exactly what the tutorial example does. The example could be fixed specifically by passing the extent as the command parameter, but the fact is that the MapView is not very MVVM friendly in the first place: ideally, properties like extent and scale should be bindable to the view model bidirectionally. I have an application that loads different layouts based on a given configuration. I don't include MapViews in the layouts, because I don't like the dependency on Runtime. So yes, I search the layout for a designated MapView container, create a MapView, and wire it up inside the view model code, which I shouldn't be doing if I want a pure MVVM design*. I'm not happy about it, but I haven't found another approach that I like any better. *After thinking about it some more, I decided to segregate the code better. Now the app is in three basic components: 1) loader (loads the layout and creates the MapView), 2) view model (just a view model, nothing more), and 3) behavior (handles all interaction with the MapView).
... View more
02-11-2016
09:45 AM
|
1
|
0
|
2723
|
|
POST
|
BTW, there's no setup for 10.3 because VS 2013 doesn't come with an out-of-the-box setup project. I'm dropping support for this app anyway, and will not create a version for 10.4. I strongly recommend migrating to ArcGIS Runtime. Collector and AppStudio are also viable approaches for non-programmers.
... View more
01-21-2016
09:25 AM
|
0
|
0
|
2343
|
|
POST
|
You need to make sure it’s also installed on the ArcReader machine. See the FAQ for other tips. --Mark
... View more
01-21-2016
09:18 AM
|
0
|
3
|
2343
|
|
POST
|
Disclaimer up front, we're Portal users, so we may not have the latest version of OD. The dashboard, that I published, performed so terribly that it was pretty much unusable through the JS app (although the Windows app was OK). Then I redid it through Web AppBuilder, and it works so great, and everyone is so much happier, that I feel I must ask this question: why does OD even exist?
... View more
01-20-2016
10:21 PM
|
0
|
1
|
2431
|
|
POST
|
I don't know that I can definitely pin this problem to the 10.3.1 Server upgrade. However, after the upgrade took place, our existing Runtime users lost the ability to synchronize related records. The problem went away after recreating the Runtime geodatabases, but I had to recover the edits from the old geodatabases, which was a pain. Has anyone else seen this?
... View more
01-08-2016
08:39 AM
|
0
|
0
|
2489
|
|
POST
|
No error: the session just hangs until I kill it. I went ahead and ran the command line upgrade instead, and it worked fine. Bit of a head scratcher, though.
... View more
12-16-2015
11:24 AM
|
0
|
0
|
2522
|
|
POST
|
I'm trying to import a 1.2 project into 1.3 using the GUI, and it just sits there. It has a custom widget, but I already copied my custom widgets into the widgets folder. Did I do something wrong?
... View more
12-16-2015
09:58 AM
|
0
|
5
|
2522
|
|
DOC
|
Do you like your Visual Studio IDE? Do you like strong typing and IntelliSense? Do you want JavaScript to look and feel like a REAL programming language? TypeScript to the rescue! In this presentation, I will walk you through creating a custom Web AppBuilder widget in Visual Studio 2013 and debugging it in Chrome. Do you want to configure a dojox pie chart with your own colors? No Problem! Ahhhh, that feels good!
... View more
12-08-2015
01:41 PM
|
11
|
1
|
3999
|
|
DOC
|
Unless a new ArcGIS Server SDK becomes available, one must extend server side logic using ArcObjects. Because ArcObjects are COM-based, if you really want to get the maximum performance in your fine-grained logic, you need to build it using C++. In this presentation, I'll show how to add a native DLL to a .NET Server Object Extension, and debug it in Visual Studio 2013. I'll also give tips on optimizing the performance of returned feature sets such as custom geometric network trace results.
... View more
12-08-2015
01:40 PM
|
0
|
2
|
3097
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-04-2012 06:42 AM | |
| 1 | 09-23-2021 10:42 AM | |
| 2 | 09-28-2021 07:07 AM | |
| 1 | 04-07-2021 10:31 PM | |
| 3 | 03-21-2021 01:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-07-2022
08:31 AM
|