|
POST
|
Silverlight, flex and .Net (viewers) don�??t start, I have posted this issue multiple times but sounds not root answer for it. It happens very often that when I start the Silverlight, flex and .Net then I got error message http://p1/Builder/Default.aspx http://P1/flexviewers http://p1/ArcGIS/Manager [ATTACH=CONFIG]24598[/ATTACH] What might be the issue here? Thank you Best Jamal
... View more
05-22-2013
01:11 PM
|
0
|
4
|
2511
|
|
POST
|
@ Jamal Good to know it did not crash the map for you...I tested it on my laptop, which has Windows 8 and ArcGIS for home use license. Perhaps the freezing issue was related to running on Windows 8 but who knows. I'll try it on my work computer tomorrow (Windows 7) to see if I can reproduce the issue. Should be good to go on any mxd and you can leave as many layers on as you want using the "keep layers on" parameter. I did not explain in my prior post, but I also have set up a wildcard option for the other layers (the ones used to turn on and off during the export to JPG). This may be useful for future use. @ Ganesh, The tool I wrote is an ArcGIS 10.1 tool. This would be backwards compatible with 10.0 (but you would have to redo the set up to a script tool as a 10.0 version tool for the GUI). To answer your question, no this script is not compatible with ArcGIS 9.3 because it uses the arcpy module (and more importantly the mapping class for this tool); 9.3 uses arcgisscripting. Many thanks for the further elaboration Caleb. Best Jamal
... View more
05-19-2013
12:33 PM
|
0
|
0
|
1843
|
|
POST
|
Hi, I wanted to use your tool in my project but when i'm trying to run it's end up with the below error. i missed something..??? I'm using Arcmap 9.3.1.. Executing: Script2
Start Time: Sun May 19 12:00:47 2013
Running script Script2...
<type 'exceptions.SyntaxError'>: invalid syntax (<string>, line 26)
Failed to execute (Script2).
End Time: Sun May 19 12:00:47 2013 (Elapsed Time: 0.00 seconds)
Can you please guide me step by step.. because i'm very new to python programming...i wanted to learn it by doing...please help me..!! Thanks.. Hi ganesh, It worked fine in ArcGIS 10.1. There should be some issues related to your version Cheers Jamal
... View more
05-19-2013
04:13 AM
|
0
|
0
|
11119
|
|
POST
|
Hi Jamal, I was able to alter the tool to do what you wanted, however, every time I run it ArcMap freezes after it is complete. It properly exports all the jpgs but then I have to force close ArcMap afterwards. I do not really know what is going on with that, I could not figure out what is causing the issue. I played around with deleting the mxd object, refreshing the active view and a few others but same result every time, I don't know why. See if you can reproduce this issue. Here is the tool, hopefully it will work without freezing ArcMap for you. If anyone else tests this out (v 10.1 tool) and can figure out why it might be crashing ArcMap I would love to know! Perfect�?�Perfect�?�Perfect! It worked like a charm. I�??m very thankful to your help and massive effort. The ArcGIS 10.1 didn�??t crash [ATTACH=CONFIG]24480[/ATTACH] Cheers Jamal
... View more
05-19-2013
04:11 AM
|
0
|
0
|
11119
|
|
POST
|
Very challenging performance (speed) issue, I got my data published by ArcGIS server and then a simple web application is built. This web application is reading from the data published in the ArcGIS server. The issue now is the performance (speed): zooming (in/out/to) and banning are quite slow and very frustrating indeed. I compared the performance of our web application (which is working on intranet bases) with similar web application (which is working on the internet) and found out that the second one (http://www.govmap.gov.il/) is quite fast! [ATTACH=CONFIG]24470[/ATTACH] What might be the issue then? 1. might this be related to the platform of the web application? [ATTACH=CONFIG]24471[/ATTACH] .Net? Silverlight? Flex? 2. might this be related to cashing issue? [ATTACH=CONFIG]24472[/ATTACH] 3. might this be related to scales the layers are visible? [ATTACH=CONFIG]24473[/ATTACH] 4. might this be related to the performance of the server (CPU + Ram) on which the data is published? 5. might this be related to the performance of the machine of the end user (CPU + Ram) on which the data is published? Thank you Best Jamal
... View more
05-19-2013
12:43 AM
|
1
|
3
|
2749
|
|
POST
|
embedding the ???code??? (*.py) with the ???script tool??? (*.tbx), I???m wondering if there is a way to keep the ???code??? (*.py) with the ???script tool??? ??? (*.tbx). It happens very often that the script tool is copied without its code. [ATTACH=CONFIG]24460[/ATTACH] Then how this code can be permanently embedded in the script tool? Thank you Best Jamal
... View more
05-18-2013
12:26 PM
|
0
|
8
|
3367
|
|
POST
|
Ok, I made it into a script tool for you. You can open this up inside the current map and run it from the toolbox like any other tool. It takes one parameter, which will be the output folder for all your .jpg files. I tested this on the UntitledII.mxd and it worked fine. Hi Caleb, Is there a way to make your fantastic script tool more generic? I wanted the end user to have the option to choose which layers that should be kept turned on and which layers that to be turned on/off while creating the images. For example, in the screenshot below, I need to keep the �??governorates�?� layer turned on with only one of other layers! In this case six images are expected to be exported [ATTACH=CONFIG]24450[/ATTACH] Thank you Best Jamal
... View more
05-17-2013
11:54 AM
|
0
|
0
|
11119
|