|
POST
|
Just a side note: It's better to set the Fill to {x:Null} (more efficient)
... View more
08-27-2010
08:06 AM
|
0
|
0
|
859
|
|
POST
|
The content you are binding to is a TextBlock (your string will automatically be converted to a textblock), not an AreaUnit. Try creating an array of the the enums (not strings!) and bind to the combobox's ItemsSource.
... View more
08-27-2010
08:02 AM
|
0
|
0
|
1479
|
|
POST
|
There's an effect property on the layer that you can use for this. There are effects out there that allows you to control contrast and/or brightness. You can for instance use this effects library: http://wpffx.codeplex.com/ Note that these effects often comes with a big performance penalty, so use them wisely.
... View more
08-27-2010
07:57 AM
|
0
|
0
|
1095
|
|
POST
|
A first-chance exception just means an error was caught in a try/catch block, so usually this is nothing to worry about. If you want to pinpoint where the exceptions are occurring, you can select the Debug->Exceptions menu item, and in the dialog that appears, check the first checkbox for "Common Language Runtime Exceptions". This will make the debugger break as soon as an exception occurs instead of only breaking on unhandled exceptions.
... View more
08-27-2010
07:54 AM
|
0
|
0
|
609
|
|
POST
|
I believe this is the method you are looking for: http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.QueryTask~ExecuteRelationshipQueryAsync.html It works pretty much the same way as a "normal" query.
... View more
08-27-2010
07:51 AM
|
0
|
0
|
1694
|
|
POST
|
I'd like to see how you do the zooming/panning and how you are updating your graphics. Some ways are more efficient than others. On a side note: Touch support is scheduled for v2.1, so if everything goes well you should hopefully be getting this out of the box in the next version.
... View more
08-27-2010
07:49 AM
|
0
|
0
|
1303
|
|
POST
|
Prior to ArcGIS Server v10, this fields information was not available in the query result, so there was no way for Silverlight to know if for instance "10" is an integer, double or decimal, and it's JSON Deserializer will parse it as whatever it looks like (in this case integer). However if you hit an ArcGIS Server 10, you should be seeing consistent data types on the attributes.
... View more
08-26-2010
08:17 AM
|
0
|
0
|
777
|
|
POST
|
http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx
... View more
08-26-2010
08:10 AM
|
0
|
0
|
751
|
|
POST
|
I have an application that has components that run in Desktop and Server. The components depend on the WPF assemblies in C:\Program Files\ESRI SDKs\WPF\v2.0\DotNet35. Do I redistribute these assemblies with my application and install them in the GAC? I need them in the GAC because my components are in the GAC. Yes, but if I were you, I would try and avoid GAC at all costs. I also have a SilverLight application that depends on the assemblies in C:\Program Files\ESRI SDKs\Silverlight\v2.0. I assume that I can redistribute these with my SilverLight application. Please correct me if I misunderstand. When you build your Silverlight application, a .xap file is generated and this already contains the assemblies needed. So just focus on putting the .xap file up on your webserver (it actually contains the esri assemblies if you referenced them in your project).
... View more
08-26-2010
08:07 AM
|
0
|
0
|
375
|
|
POST
|
I would consider building a Geoprocessing Tool that does this, then publish this to ArcGIS Server. Silverlight will then be able to take advantage of the tool with very little coding on the client.
... View more
08-26-2010
08:05 AM
|
0
|
0
|
316
|
|
POST
|
It will support any layer you publish to ArcGIS Server. If your MXD/MSD contains querylayers, Silverlight can access them using the FeatureLayer layertype.
... View more
08-26-2010
08:02 AM
|
0
|
0
|
414
|
|
POST
|
No. Have you seen this sample? http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16800
... View more
08-26-2010
08:01 AM
|
0
|
0
|
627
|
|
POST
|
MapIt (www.esri.com/mapit) and ArcCatalog can do this.
... View more
08-26-2010
07:56 AM
|
0
|
0
|
481
|
|
POST
|
Oh wait that was what you were trying to do. Good point! I'll see what can be done to remedy this. Until then you can create a proxy that only deals with geometry service requests and automatically sends the query string to a geometry service (that way the geometry service URL won't contain a ?)
... View more
08-25-2010
10:03 PM
|
0
|
0
|
694
|
|
POST
|
Can't you just prefix the geometry service URL with the proxy URL? Ie GeometryServiceUrl="Http://myserver/proxy.ashx?http://myserver/arcgis/rest/geometryservice"
... View more
08-25-2010
10:01 PM
|
0
|
0
|
694
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|