|
POST
|
Hi Andrew Firstly - awesome widget, has gotten great use around our team. I have now got the job of building a viewer for a company that have their own projected coordinate system (no WKID) and I was wondering if I can somehow use it with your widget? I have had a look at the ReadMe.txt however not much luck. Thanks heaps 🙂 Dominique Dominique, The tool i created does not support this functionality and I think it would be tricky to do with my current widget. Your best bet might be to create a custom GP service to handle this.. Andrew
... View more
05-28-2012
05:57 AM
|
0
|
0
|
2744
|
|
POST
|
you should not see this issue with the Final release. Thanks for the reply Tanu and letting us know.
... View more
05-16-2012
04:42 AM
|
0
|
0
|
1073
|
|
POST
|
Nice to hear someone else is experiencing a similar problem. I have bee digging into this for a few days now and noticed the javaw.exe crashes once it memory hits 270 MB in size. I have tried to increase the memory of javaw.exe using the below command line, but this did not work. javaw.exe �??Xms256m �??Xmx1024m I am at a loss of what to do right now so I have opened a ticket with ESRI, but I think its going to be a while until it's solved. Drew
... View more
05-15-2012
07:21 AM
|
0
|
0
|
1073
|
|
POST
|
I dont have the answer to your question, but maybe a possible solution. 50,000 records is too much and you will run into client side issues. I would suggest just getting the results based on the users current extent and re-query on extent changed so you limit the graphics added each time. Or create a map service out of the data so you dont need the geometry when querying. Drew
... View more
05-09-2012
07:25 AM
|
0
|
0
|
897
|
|
POST
|
I have been playing around with the new Print Widget and AGS 10.1 today and am having issues with the new Printing functionality. I am running it on a Dev Box that meets the system requirements but it seems to be killing the CPU when execting a print task. I can see a javaw.exe file using 99% of the CUP when i look in the task manager and I assume this has something to do with the print task. As soon as the print task fails the CPU drops back down to a normal state. I am alsmost sure the issue is my map service. I have a cached Topo map service with 150 layers inside the .sd file. This is most likly the issue but I assume other have similar map services for Topo services. Has anyone encountered any issues with the large map services and the new printing functionality in 10.1 ? Drew
... View more
05-04-2012
07:56 AM
|
0
|
5
|
1222
|
|
POST
|
Thanks for your help Rob. It guided me into the right direction. Post marked! Drew
... View more
04-30-2012
12:10 PM
|
0
|
0
|
1174
|
|
POST
|
Here is my solution... In the widgetManager.mxml file i had to make the variable "controlContainer" public and added my own function... //===================================================================== // Get UI Widget by Label.....,. (Make controlContainer PUBLIC) //===================================================================== public function getUIWidget(widgetLabel:String):IBaseWidget { for (var x:Number = 0; x < controlContainer.numElements; x++) { var widget:IBaseWidget = controlContainer.getElementAt(x) as IBaseWidget; if (widget.widgetTitle.toUpperCase() == widgetLabel.toUpperCase()) return widget; } return null; } Drew
... View more
04-30-2012
11:06 AM
|
0
|
0
|
1174
|
|
POST
|
Thanks for the code Robert. It works to get the widget ID, but when i try and find the widget i hit and error. Error
public function getWidget(widgetId:Number, openWidgetIfNot:Boolean = false):IBaseWidget
.
.
.
if (idx == null)
{
throw new ArgumentError("Invalid widgetId: " + widgetId);
}
.
.
.
My widget id comes back as ID = 1007 my code
var wid:Number = ViewerContainer.getInstance().widgetManager.getWidgetId("MyWidgetLabel",true);
var widget:IBaseWidget = ViewerContainer.getInstance().widgetManager.getWidget(wid);
I might end up making my own public collection to hold these widgets in so I can find them. Drew
... View more
04-30-2012
10:21 AM
|
0
|
0
|
1174
|
|
POST
|
I did try that method before and retested again, but it gives NaN when i try and get a UI element widget.
... View more
04-30-2012
09:07 AM
|
0
|
0
|
1174
|
|
POST
|
Does teh ESRI Flex Viewer (2.5 +) have any code to get a "UI" widget by Label or ID. i.e: I want access to the header widget from another widget. Thanks, Drew
... View more
04-30-2012
07:48 AM
|
0
|
7
|
1274
|
|
POST
|
Hello, I have a polygon feature class that has too many verticies to pull in as a graphic with geometry. If i query to get the geomnetry it takes way too long and is too much work on the client side. I have a work around for this using map layers and layerDefinitions, but I still need to get the "extent" for a specific feature to zoom to it. Any thoughts on how to get the extent of a feature when returnGeometry = false in a Query? Drew From my readings and experience I have come to the concustion this is not possible. My workaround was to calculate the xmin xmax ymin and ymax as an attribute to the data. This data does not change often so I am comfortable with the solution. I would like to suggest that the extent is a value that comes back even if returnGeometry = false on a query beause sometimes it's not possible to get the geometry object of extreamly large/complex polygons. Drew
... View more
02-13-2012
08:08 AM
|
0
|
0
|
401
|
|
POST
|
Hello, I have a polygon feature class that has too many verticies to pull in as a graphic with geometry. If i query to get the geomnetry it takes way too long and is too much work on the client side. I have a work around for this using map layers and layerDefinitions, but I still need to get the "extent" for a specific feature to zoom to it. Any thoughts on how to get the extent of a feature when returnGeometry = false in a Query? Drew
... View more
02-13-2012
05:49 AM
|
0
|
1
|
1226
|
|
POST
|
UPDATE: Viewer 2.5 version now available for download. Whats new in 2.5 Can be run as a traditional widget (CoordinateMenuWidget_GUI.swf) - As requested by many users. - see ReadMe.txt Now includes DMS Extent Grabber - Gets the map extent in a variety of formats. - Some of you might like the new Extent Grabber (2.5 ONLY) - Version 2.5 Demo currently not yet online Download URL: http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e Feedback is always welcome! Drew
... View more
02-06-2012
05:50 PM
|
0
|
0
|
4085
|
|
POST
|
Tristan Is your map service(s) public for me to look at?
... View more
02-01-2012
06:01 AM
|
0
|
0
|
4085
|
|
POST
|
I get the following "NaN" in all boxes. Yet I still have Lat / Long being displayed in the bottom left corner of the map. I am using the geometry service that comes default with this widget, if I use my own service or another esri geometry service it says cannot find projection.... Any ideas on what is wrong. I am using the correct WKID's for my Coordinate systems drop down. And my .mxd was projected to WGS 1984 Web Mercator (Auxiliary Sphere). [ATTACH=CONFIG]11603[/ATTACH] Tristan, Can you post your <coordinateSystems> XML and try the default.
<coordinateSystems>
<coordinateSystem name="NAD 1983 UTM Zone 17" wkid="26917" decimals="4"/>
<coordinateSystem name="NAD 1927 UTM Zone 17" wkid="26717" decimals="4"/>
<coordinateSystem name="World Mercator" wkid="54004" decimals="4"/>
<coordinateSystem name="GCS WGS 1984 (Decimal Degrees)" wkid="4326" decimals=""/>
<!-- <coordinateSystem name="GCS WGS 1984 (Decimal Degrees)" wkid="4326" decimals="2"/> -->
</coordinateSystems>
... View more
02-01-2012
05:06 AM
|
0
|
0
|
4085
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-04-2013 09:40 AM | |
| 1 | 12-11-2012 10:19 AM | |
| 1 | 05-25-2015 10:46 AM | |
| 1 | 05-10-2016 06:31 AM | |
| 1 | 01-17-2017 11:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-31-2021
09:54 AM
|