|
POST
|
In ESRI's template, there are 20 levels on the Zoom Scale bar. How can it be customized to the desired number of levels (e.g. 12)? Thanks.
... View more
04-04-2013
12:57 PM
|
0
|
6
|
3230
|
|
POST
|
Last year when I worked on a Flex project, I loaded Robert's wonderful component eMapSwitcher (http://forums.arcgis.com/threads/621...d=1#post214917). Now in my new project, I want to use the tool's transparent slider feature for 2 selected basemaps (1 being the street map, and another is a selected aerial map) only. All of the basemap layers are listed in the config.xml. What is the proper way to load the aerial basemap layers dynamically? My plan is to have a control to select an aerial map. Then, I can open the BaseMap widget, which shows only the streets and the selected aerial map. Another option is for the loaded aerial basemaps, I can select one to activate it. Then I can apply the transparent slider for the 2 basemaps. Thanks if you can provide your idea.
... View more
04-04-2013
11:36 AM
|
0
|
3
|
1306
|
|
POST
|
Since the Design View in FB 4.7 is gone, I came back to FB 4.6. I loaded ESRI Flewviewer source code. For some of mxml files (e.g. DrawWidget.mxml), the design View work well. However, for some of mxml files (e.g. QueryWidget.mxml and EditWidget.mxml), the Design View does work. One of the error messages is below: Assets failed to compile. Design Mode is unable to display the document styles, skins, and images because the following assets have failed to compile:Details :unable to open 'locale/en_US'(command line - Line:-1) I tried some approaches by referring the thread at http://forums.adobe.com/thread/869784, but the Design View still does not work. Anyone likes to share your experience on FB 4.6 Design View? Thanks.
... View more
04-03-2013
12:17 PM
|
0
|
2
|
988
|
|
POST
|
I built a application, but errors like that C:\inetpub\wwwroot\...\xxx.swf (Access is denied). I copied and pasted the crossdomain.xml into C:\inetpub\wwwroot\, but the errors still exist. How should I solve this problem? Thanks. crossdomain.xml: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*"/> </cross-domain-policy>
... View more
03-27-2013
11:58 AM
|
0
|
1
|
1262
|
|
POST
|
I created a SL project. I can view in browser for the .HTML but not the aspx view, I got an error message: Server Error in '/myMapApp.Web' Application Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. I followed the procedure posted at http://msdn.microsoft.com/en-us/library/hh169179%28v=nav.70%29.aspx and run it as admin (http://techdows.com/2012/01/windows-8-running-command-with-admin-previliages.html). But the error is still there. How can it be fixed? Thanks.
... View more
03-21-2013
11:57 AM
|
0
|
1
|
2186
|
|
POST
|
Problem solved. I re-compiled the MapOrintingControls by referring updated version of the ESRI.ArcGIS.Client ESRI.ArcGIS.Client.Bing, then the problem was gone.
... View more
03-20-2013
01:06 PM
|
0
|
0
|
1257
|
|
POST
|
I downloaded the Sample project (ArcGISSilverlightSDK project), and then compiled. However, no ESRI.ArcGIS.Client.Samples.dll is in the created files. Please provide your advice how to do it if you can. Another Q related - In the MainPage.g.i.cs, using ESRI.ArcGIS.Client.Samples.MapPrinting; it is fine for this line of code. In the MainPage.xaml file, xmlns:printing="clr-namespace:ESRI.ArcGIS.Client.Samples.MapPrinting;assembly=MapPrintingControls" But in the code below: <printing:MapPrinter x:Name="mapPrinter" Map="{Binding ElementName=Map}" IsScaleFixed="False"/> I got the error: Cannot create an instance of "MapPrinter" Thanks if you can help.
... View more
03-20-2013
10:08 AM
|
0
|
0
|
1257
|
|
POST
|
I need the ESRI.ArcGIS.Client.Samples.MapPrinting.dll. Where can I get it? Thanks.
... View more
03-20-2013
06:32 AM
|
0
|
0
|
1257
|
|
POST
|
Below is the piece of code in the MainPage.xaml. An error occurs at the colored piece in/ bold. <!-- Printing Window --> <userControls:WindowPanel x:Name="PrintWindow" Width="350" Grid.Row="1" Grid.Column="1" Height="450" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,100,0,0" Visibility="Collapsed" Background="{StaticResource ProjectBackground2Tone}"> <StackPanel Orientation="Vertical" > <printing:MapPrinterDialog Height="410" Width="340"> <printing:MapPrinter x:Name="mapPrinter" Map="{Binding ElementName=Map}" IsScaleFixed="False"/> </printing:MapPrinterDialog> </StackPanel> <userControls:WindowPanel.ContentTitle> <StackPanel Orientation="Horizontal"> <TextBlock FontSize="14" Foreground="White" Text="Print Dialog" Width="400" TextWrapping="NoWrap" Height="Auto" HorizontalAlignment="Left" TextAlignment="Left" Margin="5,5,5,5" /> </StackPanel> </userControls:WindowPanel.ContentTitle> </userControls:WindowPanel> In this project, I use the MapPrintingControls.dll (Runtime version V2.050727). The exception error message is below: Could not load file or assembly 'ESRI.ArcGIS.Client, Version=3.0.0.388, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' or one of its dependencies. The system cannot find the file specified. at ESRI.ArcGIS.Client.Samples.MapPrinting.MapPrinter..cctor() How to debug it? Thanks.
... View more
03-20-2013
05:38 AM
|
0
|
5
|
1707
|
|
POST
|
Thanks. It works for V2.5. I will try to use it on V3.0 later on.
... View more
08-15-2012
12:09 PM
|
0
|
0
|
1483
|
|
POST
|
I added the dynamic one but got a blank Overview (the original Imergery was gone). What is wrong I did? Thanks. <configuration> <initialstate>closed</initialstate> <layer type="tiled" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"> </layer> <layer type="dynamic" url="http://10.74.44.31:6080/arcgis/rest/services/Butler/Butler_1C2B/MapServer" visiblelayers="4" > </layer> </configuration>
... View more
08-15-2012
11:17 AM
|
0
|
0
|
1483
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|