|
POST
|
I did something close in this sample After identifying, when selecting a feature in the combo box, a graphic is highlighted and a maptip is available. For example, you can try with this webmap http://broux.dominique.free.fr/Silverlight/WebMapViewer/WebMapViewer.html?webmapid=2eb1bd6b550f4cf3863403725454e881
... View more
08-02-2010
03:59 AM
|
0
|
0
|
806
|
|
POST
|
Try binding to the symbol: <esri:LineSymbol x:Key="DefaultLineSymbol"> <esri:LineSymbol.ControlTemplate> <ControlTemplate> <Path x:Name="Element" Stroke="{Binding Symbol.Color}" StrokeThickness="{Binding Symbol.Width}" /> </ControlTemplate> </esri:LineSymbol.ControlTemplate> </esri:LineSymbol>
... View more
08-02-2010
03:48 AM
|
0
|
0
|
715
|
|
POST
|
Did you look at this thread http://forums.arcgis.com/threads/6355-beta-2.0-and-64-bit-Vista?highlight=installation+64? Seems using IE works.
... View more
08-02-2010
03:44 AM
|
0
|
0
|
384
|
|
POST
|
You could try to set the 'canvas' to 'Collapsed' in the symbol definition and to make it visible in the animation when the mouse is over. This should avoid the framework to render all these big canvas (even if the scale is null, likely the framework try to render it as it's visible).
... View more
08-02-2010
03:41 AM
|
0
|
0
|
2044
|
|
POST
|
Binding b2 = new Binding(""); MyDictionaryConverter dc2 = new MyDictionaryConverter(); b2.Converter = dc2; You need to initialize the ConverterParameter as well: b2.ConverterParameter = "NEWFIELD"; If this is not working, try debugging the converter by putting a break point in the Convert method in order to figure out the issue. Is possible to insert a combobox inside a cell of a DataGrid?, Sorry, I am not used to working with datagrid. I suggest you to create a new thread with another title, hopefully somebody knows.
... View more
07-31-2010
03:08 AM
|
0
|
0
|
1978
|
|
POST
|
One option is you to change the style of the navigation control by replacing the full extent button by your own button. - In blend, edit a copy of the navigation template - Find the 'ZoomFullExtent' button - Rename it - Add your own click handler - In the click handler, change the extent of the map as you want
... View more
07-31-2010
02:59 AM
|
0
|
0
|
627
|
|
POST
|
Could you share the XAML of your custom marker symbol? Which ESRI SL version are you using?
... View more
07-31-2010
02:54 AM
|
0
|
0
|
2044
|
|
POST
|
that's true .... renderer its null. it's wrong the way to set the renderer ? The Renderer can be set this way but it needs to be defined in the resources. In your case, it looks like the "DefaultFillRenderer" is not defined in the resources of the Layout grid.
... View more
07-30-2010
01:09 AM
|
0
|
0
|
684
|
|
POST
|
It's controlled by the MinimumResolution of the map. We can set it to a low value to allow more zooming in (but you'll eventually get no data from a zoom level).
... View more
07-30-2010
12:58 AM
|
0
|
0
|
658
|
|
POST
|
One more question. The zoom functionality is working using the wheel, I don't get the pan working using the mouse. Any idea? This can happen if your map is inside a scroll viewer. Is it your case?
... View more
07-29-2010
10:20 AM
|
0
|
0
|
1015
|
|
POST
|
Using the SL4 print with a PDF driver is another option, but there is some UI side effect (the user has to select the PDF printer)
... View more
07-29-2010
10:19 AM
|
0
|
0
|
2798
|
|
POST
|
Could you give more info about this serialization issue? There is many working samples which are serializing polylines and/or polygons:(http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Lengths, http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AreasAndLengths, ...). So the issue is probably depending on your context.
... View more
07-29-2010
10:14 AM
|
0
|
0
|
478
|
|
POST
|
I am glad you eventually found a workaround because the writeablebitmap limitations seem painful. I know that it's possible to create a PDF through PrintDocument and a PDF printer (such as PDF creator). But there are UI side effects which are not acceptable in some scenarios.
... View more
07-29-2010
10:04 AM
|
0
|
0
|
1366
|
|
POST
|
dyn_ftlyr.ID = "MyUrl"; I guess it's just a typo and that you are initializing the Url method and not the ID dyn_ftlyr.Renderer = LayoutRoot.Resources["DefaultFillRenderer"] as SimpleRenderer ; Did you verify in debug that the renderer is not null?
... View more
07-29-2010
09:48 AM
|
0
|
0
|
684
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-12-2025 03:01 AM | |
| 1 | 10-14-2025 09:24 AM | |
| 1 | 06-13-2013 09:22 AM | |
| 1 | 04-29-2022 02:21 AM | |
| 1 | 04-29-2022 02:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-30-2025
08:06 AM
|