|
POST
|
Pete, So what is the actual item being popuped then?
... View more
10-06-2010
01:27 PM
|
0
|
0
|
1374
|
|
POST
|
Pete, Is the TitleWindow the top level object/component? If so than the code you have works for me all the time.
... View more
10-06-2010
01:08 PM
|
0
|
0
|
1374
|
|
POST
|
Brian, Even if you edit the mxml it would have to be recompiled for the change to take affect. I am considering adding this to the next version so probably best to just wait.
... View more
10-06-2010
12:45 PM
|
0
|
0
|
2235
|
|
POST
|
Roberto, OK in that case than the crossdomain.xml needs to be on the ArcGIS Server machine than in it's wwwroot directory.
... View more
10-06-2010
09:48 AM
|
0
|
0
|
3042
|
|
POST
|
Roberto, You need to use either the computer name or the IP and not both. It sees http://163.155.89.150 and http://devn19 as different machines.
... View more
10-06-2010
07:20 AM
|
0
|
0
|
3042
|
|
POST
|
xander, The issue you are having has to due with Adobe tightening their security standards in flash player 10. You are attempting to run the widget from your local drive instead of setting your flexviewer project to run through a web server and therefore are hitting several security sandbox errors. You can make these all go away if you setup a virtual directory (is using IIS) and setting the output folder url of your flexviewer project as recommended by esri here. http://help.arcgis.com/en/webapps/flexviewer/help/developers/gettingstarted_dev.htm
... View more
10-06-2010
06:13 AM
|
0
|
0
|
919
|
|
POST
|
The enhanced draw widget is now available http://forums.arcgis.com/threads/14417-Enhanced-Draw-Widget-for-FlexViewer-2.1
... View more
10-05-2010
02:33 PM
|
0
|
0
|
1865
|
|
POST
|
All, As promised I will continue to convert (most of) my old 1.x widgets to Flex Viewer 2.1. Here is the next one my enhanced draw widget. http://www.arcgis.com/home/item.html?id=91a0014160fc4a9caadc2c7fd7089c1b
... View more
10-05-2010
02:27 PM
|
0
|
53
|
13857
|
|
POST
|
Melissa, There is nothing that you are configuring incorrectly. My identify widget currently does not give you the ability to exclude certain layers. As far as the infopopup that is an esri bug that they are aware of and will fix in the next release.
... View more
10-05-2010
01:20 PM
|
0
|
0
|
2235
|
|
POST
|
Matilda, Sorry I don't know the answer to that one. You would be better off posting this non ESRI related question to a Google Maps forum.
... View more
10-05-2010
12:17 PM
|
0
|
0
|
1804
|
|
POST
|
Graham, I seem to remember running into this issue and I had to add a spatial reference to each point or it might have been just the polygon...
... View more
10-05-2010
08:35 AM
|
0
|
0
|
1004
|
|
POST
|
Brendan, I know that you don not want /0 but why it is not working when you removed that I am not sure. Do you have a layer list widget or some widget that shows you what layers are in the map and if so do you see the new layer listed?
... View more
10-05-2010
08:16 AM
|
0
|
0
|
1898
|
|
POST
|
Molly, Look here http://forums.arcgis.com/threads/9585-MapProgressBar-widget-for-SFV-2.0
... View more
10-05-2010
05:47 AM
|
0
|
0
|
520
|
|
POST
|
Brendan, it is not going to be to hard if you have the map service published to your ArcGIS Server than all you have to do is add the map service in the widgetOpenedHandler function and remove it in the widgetClosedHandler. So something like this
//Add this to the top with the other private vars
private var gsLayer:ArcGISDynamicMapServiceLayer;
//This goes in your init or what ever the function is called that is fired by creationComplete
gsLayer = new ArcGISDynamicMapServiceLayer("Yor url");
//This goes in your widgetOpenedHandler
map.addLayer(gsLayer,-1);
//Then on the close do
map.removeLayer(gsLayer);
... View more
10-05-2010
05:10 AM
|
0
|
0
|
1898
|
| 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
|