October 11, 2012, 6:03 pm
Apologies up front, I am new to all of this. I am trying to build a map using the Flex application builder 3.0. I managed to make one with a zipped up shapefile that I uploaded onto our organizational account. My problem is this: I managed to publish a map to arcgis online from my .mxd, it showed up as a Service Definition file type, and when I open up the flex viewer, I cannot see this map under "my content" of operational layers. Is there a step I'm missing? Do I need to publish the map once it is in arcgis online in order for me to be able to see it somewhere in flex, be it basemaps or operational layers? I do not have ArcGIS for Server. If my question is unclear feel free to ask for clarification. Any help will be greatly appreciated.
thanks.
↧
October 12, 2012, 2:20 am
Hi-ya,
I am currently in the middle of upgrading our flex viewer from version 2.4 to 3.0.
There are various widgets that I am trying to bring into this 3.0 version which are older.
They mostly seem to be fitting in OIK, except that it looks like I need to include two swc library reference files:
1) agslib-2.4-2011-07-25.swc
2) agslib-3.0-2012-06-06.swc
Im not sure if referencing two library swc files is good practice, but it corrects a lot of errors.
I am left with one problem though - there is duplication in the definition of a component (WebMapUtil).
Can anyone provide any advice on how to go about removing this from one of the swc files, as this doesnt seem to be possible?
(I am using FlashBuilder software).
Or maybe I should try to incorportate the two swc libraries in some way?
Any advice gratefully recieved!!! :-)
Caroline
xxxxxx
↧
↧
October 12, 2012, 7:05 am
Greetings,
I am attempting to implement some simple attribute validation in a customization of the Edit Widget. To do this I have devised a workflow that *should* work but I am running into snags on my last implementation step. I am so close that I can smell it so I don't want to give up yet. Here is what I am up to:
First, I create a mapPoint of the user's click location and save it in memory. When the user closes the editor.attributeInspector, i save the feature's OBJECTID attribute in memory and run a number of validation checks on the feature that they were just inspecting. If the features attributes do not pass the validation check, I perform a selectFeatures method on my featureLayer using the OBJECTID variable that I previously saved. When the selectFeatures onResult AsyncREsponder runs, I popup the editor's attributeinspector but of course it is empty.
How does one populate the editor.attributeInspector with the attributes of a feature that has been selected using featureLayer.selectFeatures?
THanks, Tyler
↧
October 12, 2012, 8:24 am
I have a question about updating features that are loaded in the flexviewer from a featureservice.
The service is externaly eddited from desktop and mobile applications. Once the featurelayer is loaded in flexviewer, it only shows newly added features from external edits but no updates or removals. Only on refreshing the entire viewer the changes are visible.
I saw that a autorefresh function is available for dynamic layers but i was wondering if somehow the same could be accomplished on a feature layer. Setting the "mode" option to "onDemand" or "snapshot" makes no difference.
Thanks in advance!
↧
October 12, 2012, 10:51 am
I am trying to build an address search widget and implementing yahoo AutoCompleteManager in it. In one of the similar projects this
feature has already been implemented through an httpService that runs and populates the dataprovider for the AutoCompleteManagerand displays in Textbox of the widget. I am just trying to use that code itself but It is not able to work in my case and I am not able to figure out what exactly I am missing.
I would really appreciate if some one can help me and guide me step wise to figure out the problem.
Thanx
Sonali
↧
↧
October 12, 2012, 5:39 pm
I heard that ESRI has a new flexviewer and flashbuilder coming out. Has anyone heard of when it will be released, what version it will be and the enhancements?
Thanks
↧
October 14, 2012, 5:46 am
I,m using Buffer Distance widget that wrote by rscheitlin , I,m using flex viewer 3 and Arc GIS Server 10.1, but when I want to generate buffer the widget return this error:
[RPC Fault faultString="Error executing buffer" faultCode="500" faultDetail=""]
↧
October 14, 2012, 10:09 am
I,m using Clip And Ship but client(flexviewer3) can not download output.zip although the output.zip exist in arcgisjob. what should I do?
↧
October 11, 2012, 3:47 pm
This is probably elemental but I couldn't find any mention of this in the tag reference (
http://resources.arcgis.com/en/help/...00000026000000) and digging through the code/configuration files only got me so far. Basically I'm just looking for a way to change the default basemap when the 3.0 viewer comes up. I was able to add back the tag
<basemaps>
<layer label="Streets" type="tiled" visible="true" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
</basemaps>
to the main config.xml file to get Streets to come up by default but that had the side effect of doing away with the Streets thumbnail in the basemap switcher widget (possibly because I was using the wrong service?) ... Anyway, looking at the code itself I get the impression that if one were to explicitly list all of the desired basemaps in the config.xml or the MapSwitcherWidget.xml then one could get it to work as desired but details on this in the tag reference were pretty much non-existent and the sample application completely useless, so, can anybody tell me how this can (easily) be done? Thanks in advance!
↧
↧
October 15, 2012, 12:47 am
I,m using "eSearch" widget in Flex 3 and Arc GIS Server 10.1, but when I want to make a buffer it return this error:
[RPC Fault faultString="Invalid or missing input parameters." faultCode="400" faultDetail="the input is not a geographic or projected coordinate system"]
what is the reason of this error?
↧
October 15, 2012, 7:14 am
Hello,
I am wondering if anyone knows of a widget (or another way to do this) that can perform an intersect. More specifically, I want the user to be able to click on a political boundary (polygon) and have a pop up that returns the assets (points) that fall within each boundary. Anyone have any ideas?
Thanks!
↧
October 15, 2012, 10:49 am
I installed ArcGIS Viewer for Flex 3.0. The operational layers were from our ArcGIS Server. But the Edit widget shows "No editable layers". What should I do to make editable layers available?
↧
October 16, 2012, 11:38 am
The SwipeSpotlight widget has the option to turn on a layer if you select it and it is not visible.
perhaps you can get the coding/ideas from that to accomplish what you want. Look in the layerChanged function and askAbout.
R_
↧
↧
October 15, 2012, 12:47 am
I,m using "eSearch" widget in Flex 3 and Arc GIS Server 10.1, but when I want to make a buffer it return this error:
[RPC Fault faultString="Invalid or missing input parameters." faultCode="400" faultDetail="the input is not a geographic or projected coordinate system"]
what is the reason of this error?
↧
October 15, 2012, 7:14 am
Hello,
I am wondering if anyone knows of a widget (or another way to do this) that can perform an intersect. More specifically, I want the user to be able to click on a political boundary (polygon) and have a pop up that returns the assets (points) that fall within each boundary. Anyone have any ideas?
Thanks!
↧
October 15, 2012, 10:49 am
I installed ArcGIS Viewer for Flex 3.0. The operational layers were from our ArcGIS Server. But the Edit widget shows "No editable layers". What should I do to make editable layers available?
↧
October 15, 2012, 9:41 pm
I'm trying to recreate some functionality we had setup in an old .NET Web ADF application.
Essentially what we had setup in the mxd was that for individual layer names the layer name was entered as e.g.:
Sample Locations <a href="/SampleLocation.html'>View Link</a>
In the Web ADF Table of Contents this automatically displayed the HTML as a link.
Unfortunately in Flex Viewer 3.0 on Server 10.1 this doesn't happen (in either Layer List or Legend Widget) and the full html code with no link is displayed instead.
I've tried various syntax combinations to test but no joy so I assum if I want something like this setup I'm going to need to code it.
Does anyone know if this is possible out of the box simply by manipulating the layer name in the source mxd?
If not any tips on best approach for coding this (preferably working from an existing widget as template)
Thanks
Simon
↧
↧
October 16, 2012, 6:08 am
So here is the question. I have a map service with feature layer that contains polylines. What I need to do programatically is to get all the map points for each polyline in my mapservice - i need x,y,z values. Can I do this?
I tried already few things but nothing works. I can't get geometry property from feature layer because it returns a String value and that doesn't help.
Creating new polylines with an Array of MapPoints would take too much time(and it's not the way it should be done i think) and since new MapPoint takes only x,y and spatialReference parameters how can I assign a z value? Anyone got idea?
MDruzgala
↧
October 16, 2012, 7:23 am
Good morning, afternoon, or evening!
We have an ongoing issue with the custom bookmarks option in the Bookmarks widget and it is occurring on two independent Flex-based browsers.
The web applications will not retain user-created bookmarks. Sometimes they disappear immediately, sometimes it happens 2 hours later. I have yet to pinpoint why it's happening or what is triggering the disappearing act. It's the default bookmark widget and the applications are at Flex version 2.2.
Has anyone else seen this issue? If not then does anyone know where the custom bookmarks are stored on the user's machine .. or where I should look to try and troubleshoot this?
Any help or guidance would be greatly appreciated! Thank you in advanced!
↧
October 16, 2012, 7:48 am
I don't think I had this problem in 10.0 and FW 2.5 but at 10.1 and FW 3.0 I noticed that the LayerList and/or TOC show all grouped layers as collapsed regardless of how I have them set up in my mxd. Basically I have several groups of layers, some of which I want expanded at load to see the layers within that group, and some I want to keep collapsed.
I can't seem to find any way to configure this differently. Any suggestions?
Thanks
↧