|
POST
|
Aaah in that case you're in the wrong forum 🙂 This it the Silverlight/WPF API forums.
... View more
06-03-2010
06:48 AM
|
0
|
0
|
2129
|
|
POST
|
Setting the spatial reference doesn't really do much for you in this case. You still need to make sure that the X and Y values are within a valid extent that matches that of your basemap. Ie. look at the FullExtent property of your basemap. Your x/y values should be within that extent.
... View more
06-02-2010
02:19 PM
|
0
|
0
|
405
|
|
POST
|
Are you referring to the two Standard and Showcase templates that gets installed into Visual Studio 2010 and Blend 4? Note that you won't get the install option if you don't have the Blend 4 SDK installed (which currently doesn't ship seperately from Blend 4RC).
... View more
06-02-2010
02:17 PM
|
0
|
0
|
2129
|
|
POST
|
In the beta, TemplatePicker is solely driven by the symbols exposed by the FeatureService. You cannot override these. In a future release, they will be driven by the layer's renderer, and you can replace the renderer with your own and ultimately override the picker's symbols that way. However, it does sound like the TemplatePicker is not for you. You are probably better off with just a button that executes the Add command. You can simply set your image inside the Add button. I'm curious why you think PictureMarkerSymbol is more performant. In all our tests, it's in fact the least performant symbol.
... View more
06-02-2010
02:14 PM
|
0
|
0
|
1953
|
|
POST
|
The simplest way to do that is limit the outfields you request from the server
... View more
06-02-2010
01:57 PM
|
0
|
0
|
648
|
|
POST
|
You're not the only one. Even though Blend shows a help message at the center of the screen, people have a tendency to focus on the errors at the bottom, instead of the large text. Unfortunately this is a 'blend thing', so feel free to send the feedback to Microsoft about the experience: https://connect.microsoft.com/Expression/Feedback
... View more
06-02-2010
01:53 PM
|
0
|
0
|
1096
|
|
POST
|
The Silverlight animation objects doesn't support animating the geometry. The simplest way is to create a DispatcherTimer, make it trigger fairly frequent (30-60/sec) and update the properties of the envelope.
... View more
06-01-2010
07:38 AM
|
0
|
0
|
679
|
|
POST
|
ArcGIS Server v10 and the next release of the Silverlight API will support querying related tables.
... View more
06-01-2010
07:23 AM
|
0
|
0
|
354
|
|
POST
|
v1.2 does only support services with a WKID. Could you try this with v2.0beta ?
... View more
05-29-2010
01:04 PM
|
0
|
0
|
625
|
|
POST
|
The listbox is cancelling the mouse events, preventing the map from receiving these events. Unfortunately there's not much the map can do to prevent this.
... View more
05-28-2010
10:16 AM
|
0
|
0
|
953
|
|
POST
|
Put a hyperlink in your maptip (assuming you have an attribute called "urlString" thats a string with the url: <esri:GraphicsLayer>
<esri:GraphicsLayer.MapTip>
<Border Background="White" Padding="5" esri:GraphicsLayer.MapTipHideDelay="0:0:0.5">
<HyperlinkButton Content="Click Here" NavigateUri="{Binding [urlString]}" />
</Border>
</esri:GraphicsLayer.MapTip>
</esri:GraphicsLayer>
Note binding expression will only work with Silverlight 4. If you are still using SL3, you will need to use the dictionary converter.
... View more
05-28-2010
10:11 AM
|
0
|
0
|
887
|
|
POST
|
Try calling WebRequest.RegisterPrefix("http://MyServer/ArcGIS/REST", WebRequestCreator.ClientHttp) when your app starts (before the map initializes). If that doesn't help, see this blogpost: http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/tags/security/default.aspx
... View more
05-28-2010
10:07 AM
|
0
|
0
|
733
|
| 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 |
Offline
|
| Date Last Visited |
2 weeks ago
|