|
POST
|
Josh, Webmercator is UTM not geographic so those values are correct since Webmercator coordinates are in meters.
... View more
10-22-2010
01:02 PM
|
0
|
0
|
2020
|
|
POST
|
Gary, You need to get the latest version. As I get bug reports and enhancement requests I release new versions.
... View more
10-22-2010
10:38 AM
|
0
|
0
|
1421
|
|
POST
|
Gary, There is an option in the identify widgets xml file call keepidentifyactive do you have this set to true?
... View more
10-22-2010
10:25 AM
|
0
|
0
|
1421
|
|
POST
|
Andrea, I actually did email you. I wonder if your spam got my email... I am glad you got it worked out, but I will have to look into why it did not work the way you first had it.
... View more
10-22-2010
09:18 AM
|
0
|
0
|
2074
|
|
POST
|
Phillip, Actually it is very private and secure that website is just accessing a file locally stored on that particular machine.
... View more
10-21-2010
05:34 PM
|
0
|
0
|
754
|
|
POST
|
Bill, Something must have happened to the xml text you are putting into your config.xml or somehow the DrawWidget.xml has gotten corrupted. Check for syntax errors in both.
... View more
10-21-2010
04:47 PM
|
0
|
0
|
2323
|
|
POST
|
Phillip, Bookmarks are stored in Flash Players Shared memory you can go to this url to clear the stored memory for a particular website. Just find your site or your computers name under website storage settings and delete it. http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
... View more
10-21-2010
04:44 PM
|
0
|
0
|
754
|
|
POST
|
Joey, You have to understand that this will not be plug and play like my other widgets. This one is build for MY DATA. Anyway here is the source for it.
... View more
10-21-2010
11:52 AM
|
0
|
0
|
379
|
|
POST
|
Zhujing, That is controlled in the browser on your machine.
... View more
10-21-2010
11:28 AM
|
0
|
0
|
1850
|
|
POST
|
yep, ArcGIS Viewer for Flex means the flexviewer. ArcGIS API for Flex is for those who have questions about interacting with the API and not using flexviewer.
... View more
10-21-2010
10:41 AM
|
0
|
0
|
634
|
|
POST
|
Frank, Here is how you do it in action script. var geomServ:GeometryService = new GeometryService("http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer");
geomServ.addEventListener(GeometryServiceEvent.PROJECT_COMPLETE,pResult);
function pResult(event:GeometryServiceEvent):void{
var pt:MapPoint = (event.result as Array)[0]as MapPoint;
map.centerAt(pt);
map.cursorManager.removeBusyCursor();
}
... View more
10-19-2010
05:28 PM
|
0
|
0
|
1903
|
|
POST
|
Nestor, Because certain actions like bringing up dialogs have to be called directly from a user click and that does not fit in with the widget dispatching scheme, what you are asking for is not possible. That is why the widget is built the way that it is.
... View more
10-19-2010
01:13 PM
|
0
|
0
|
3127
|
|
POST
|
Vince, Strangely enough the copyright text comes from the credits section of the data frame in ArcMap and not the document's credits. So in ArcMap right click on the data frame and choose properties and set the credits text field, save the MXD, re-export the MSD (if you are using one), re-start the Map Service, Clear the REST cache.
... View more
10-19-2010
08:32 AM
|
0
|
0
|
1982
|
|
POST
|
May Jeff, You would have to create a custom label function and assign it to that specific column. private function labelFunc2(item:Object, column:DataGridColumn):String
{
var nf:NumberFormatter = new NumberFormatter();
nf.precision =2;
return nf.format(item[column.dataField]);
}
... View more
10-19-2010
07:35 AM
|
0
|
0
|
673
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|