Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all 2097 articles
Browse latest View live

clear cahce flexviewer browsing

$
0
0
hi,

I create flexviewer application and add layer kml in config file and everyday i will update my latest.kmz file.
<layer type="kml" label="Latest Point" url="http://abcdef.com/flex/point/kml/latest.kmz" visible="true"/>
My problem is my flexviewer application still display previous latest.kmz. I've clear history \ cache my web browsing but it's still not work.

Thank

Editing Features

$
0
0
Hi guys, I'm new with arcgis viewer.

I'm building an app with the uncompiled arcgis viewer. I configured the edit widget to use my arcgis service and I've already got the widget to edit a few entities I have. The problem is that I have an entity "A" that has a relational reference to entity "B". Entity "A" has a code field that references B. I need a way to allow the user to fills that reference and keep the integrity. How can I make this field required? How can I check if the reference is correct? There are an easy way to do this?

Sorry for the english, I'm not a native english speaker.

How does ArcGIS API for Flex support web 3D?

$
0
0
Any of your comments are highly expected and appreciated! Thanks!

Hyperlink to filtered ms access report

$
0
0
I created an app in ArcGis Viewer for Flex.
I would like to find a way to open a local accdb file (MS Access) and if it is possible to open a filtered report based on an attribute field.

Thank you in advance

Move Flex Viewer outside of IIS Root Directory

$
0
0
Greetings,

I would like to create a separate website to house the flex viewer application and not use the default Root directory. I created an website on IIS, and move the flex viewer files over. The site will open with the IIS sign but will not open the application.

Can Flex Viewer run outside of IIS Root Directory? Any ideas what I might be missing?

Thanks,

Heather

Show Tooltip on DrawWidget

Template and Edit Widget

$
0
0
HELP....I would like for the legend template I created to carry over to the Edit widget. I only want one of the classes to show up, but when I add them in the Edit Widget, all the symbols show up. I only want to give them one choice to edit but show all the classes in the legend

Running the Geoprocessing Widget in Flexviewer 3.2 - Prompting for sign-in access

$
0
0
Hi all,

I've created a new geoprocessing service that I would like to use from the Flexviewer 3.2 application.

When I try to open the geoprocessing widget within flexviewer, the Sign-in window pops up saying "Please sign in to access Testing/XYTool2 on ****server.com". I put in my username and password, but the window just pops up again, and the widget doesn't load.

The geoprocessing service runs properly when I run it from ArcServer through ArcMap, and also when I run it through the REST services directory using the "Submit Job" command. In ArcGIS Server Manager, I have the geoprocessing service security set to public. We have SSL enabled on our ArcServer site.

Any insight into this is appreciated.

Cheers,

Brett

Weather underground widget hangs

$
0
0
I have recently upgraded my flex sites from 2.5 to 3.1. The Weather Underground widget was working until just recently (after upgrade). I have my Flex Build Path set to a local IIS folder (output folder) and local URL for the Output folder URL, following the ArcGIS for Flex developer guide, i.e., C:\Inetpub\wwwroot\flexviewerdebug, and http://localhost/flexviewerdebug. Now, the Weather Underground widget just hangs when I launch it. If I take the output folder URL out of the Build Path, the widget launches, but does not display the forecast or the satellite info.
I know there is a simple solution, but I have not found it yet...
Chris

Resizing widget programmatically and the minimize/maximize effect

$
0
0
I have a custom made widget which has a few states and depending on the state the window resizes a bit to accomedate the content of the different states. This all works fine.

My issue is when a user minimizes a widget and then reopens it. The widget will always default back to it's orginal size regardless of state.

My first thought was to correct this in the widget open handler. However - it seems the effect that the viewer uses to maximize/minimize a widget must get ahold of the default size before the open widget handler fires since I can see the widget resize to what I would like as the effect starts, then morphs back to default as the effect ends.

As a bandaid I've added a flag which I set in the widget minimized handler and then reset in the widget open handler so I know if the widget is opening or minimizing. Then I added an effectEnd handler for the widgettemplate and if it's not being minimized I set the size appropriately. What the user sees is the widget animates open to default size then snap back to the correct size for the current state.

I feel like there must be a way to get a hold of the size that the animation effect is using on minimize and reopen. Something I'm missing here?

Oh and I've tried setting default sizes for each state by way of width.<statename> = xxx etc. No go.

Download a set of images from Image Service in Flex Viewer 3.2

$
0
0
Dear all,
I would like download a set of images from Image Service using Flex Viewers 3.1 (with AGS 10.0)?
I have not found this feature within Flex Viewers 3.1
Is there a widget for download raster images?

Regards
Giuseppe P.

Info Popup with Link Icon

$
0
0
Hello All,

I am looking for a popup info window type thing for my layer that just shows some text info about the object and an icon which will take you to an external link.

Any help or ideas

Eric

GP Service Widget Error Message

$
0
0
Hello All,

I am building a widget that call a GP Service but I can't for the life of me figure out what the problem is.
I keep this error message.

[RPC Fault faultString="Unable to complete operation." faultCode="400" faultDetail=""]

The service works just fine for me Desktop


So maybe somebody can look and see if I am missing something or not.

Here is the link for my service along with the code for my Widget
http://gis.delhitownship.com/arcgis/...sults/GPServer


<?xml version="1.0"?>
<configuration label="Sampling Results">
<description>Water Quality Sampling Results</description>
<taskurl>http://gis.delhitownship.com/arcgis/rest/services/DPS/SamplingResults/GPServer/River_Results/</taskurl>
<helpurl></helpurl>
<inputparams>
<param name="Year"
defaultvalue="2012"
label="1. Select Year"
required="true"
type="string"
visible="true">
<choicelist>
<choice value="2012"/>
<choice value="2011"/>

</choicelist>
</param>
<param name="Type"
defaultvalue="Ammonia"
label="2. Select Sampling Type"
required="true"
type="string"
visible="true">
<choicelist>
<choice value="Ammonia"/>
<choice value="Temperature"/>
<choice value="Ecoli"/>
<choice value="Phosphorus"/>
<choice value="pH"/>
<choice value="DO"/>
<choice value="COD"/>
<choice value="Macroinvertebrates"/>
<choice value="TSS"/>
<choice value="VSS"/>
</choicelist>
</param>
</inputparams>
<outputparams>
<param name="Rivers_Layer"
geometrytype="polyline"
label="Sampling Results"
required="true"
type="featurerecordset"
visible="true">
</param>
</outputparams>
<layerorder>Rivers_Layers</layerorder>
<labels>
<submitlabel>Submit</submitlabel>
</labels>
</configuration>

<!--
See Geoprocessing widget tag reference at
http://links.esri.com/geoprocessingwidget
-->

Identify Widget - link field

$
0
0
Hi. I am using ArcGIS Viewer for Flex Application Builder. I downloaded the identify widget and it works great.
My question relates to one of my layers. The layer has a field that is a link to an image on our network (example: \\bc-data\...)
Inside the identify widget I have this layer and field being displayed when you identify. Is it possible to make that field a link to where it will open the image when you click it.
Thank you in advance for your help!
Katie

Saving/importing/converting drawn graphics to GDB, GPX, CSV, shapefile, etc.

$
0
0
First off - standard disclaimer: "I'm not a programmer." So I don't have the technical knowledge to implement this, but it seems that it should be possible to save graphics that are drawn using the Draw widget to a format such as a geodatabase feature class, or shapefile, or GPX, or a CSV file, etc.

I'm using Robert's eDraw widget, and I've looked at several other widgets that have drawing capabilities, and some of them (including Robert's) have the ability to save drawn graphics to a text file. When you open the saved text file, you see that it has the various symbol properties (line color, fill color, etc) as well as the coordinate system definition (via the WKID) and the map coordinates defining the drawn graphics. This seems like all the information that would be needed in order to convert the text file into a feature class, shapefile, GPX file, etc. But yet I have not come across any widgets that can do this.

So I guess my question is, why aren't there any draw-type widgets that can do this? Is it because it's too difficult programmatically? Or is it just because no one has thought of it or needs this feature? To me, it seems like a basic function that ESRI would build into the API and make an integral part of any widget that draws or creates a graphics layer.

FlexViewer 2.5 MapManager Error 400

$
0
0
Hi,

we are using custom dynamic site with embedded Flex Viewer 2.5 and ArcGIS Server 10.0 (latest SP).
In some cases our user get strange Error message during loading the the map composition.

Mostly it works without problem, but sometimes users get this error message. I tried with fiddler under the web browser and it doesn't get any request to the server. So it seems that the problem is in the application.

Does anybody encourage the same? What could it bee if the URL is the same and sometimes work and sometimes not?

the proxy URL is in this format:
http://alias.webservername.cz/webserverdirectory/Services/AGSproxy.ashx

the service is in the format:
http://alias.webservername.cz/ArcGIS/rest/services/directory/name_name_name_2013/MapServer

Thank you for any suggestion,

Zdenek J.
Attached Thumbnails
Click image for larger version

Name:	error400_forum.png‎
Views:	N/A
Size:	52.7 KB
ID:	23193  

Copy and paste features

$
0
0
I'm trying to find a way for users to either copy features from one layer and paste into a different layer, or copy from the same layer and paste as a new feature. Is there a compiled widget that enables this? If not, is there an uncompiled widget? Thanks.

remove close button from a single widget

$
0
0
Hi all,

Is there a simple way to remove just the close button Attachment 23211 that appears in all the widgets. I just want to remove it from a single widget, and is there a simple method instead of creating a new custom widget template? Thank you.
Attached Images
 

Re: Sub-layers are not available to the Attribute Table widget

$
0
0
Yes, you guessed correctly. It turns out that the two sub-layers that were not available for me to use in the attribute table were symbolized by a combination of two fields in my MXD. The Attribute Table widget requires that the Feature Access capability be enabled in the map service that contains the sub-layers you want to see in the attribute table. But the Feature Access capability is not available for features that have been symbolized using multiple fields.

So, if I want to use the Attribute Table widget, the only thing I can do is reorganize how I publish my layers and how those layers are symbolized. The end result is that I'll have to go from one map service with three sublayers, to three services and nine sublayers. All because the multiple-field renderer is not supported by the Feature Access capability. That's too bad.

Copy and paste features

$
0
0
I'm trying to find a way for users to either copy features from one layer and paste into a different layer, or copy from the same layer and paste as a new feature. Is there a compiled widget that enables this? If not, is there an uncompiled widget? Thanks.
Viewing all 2097 articles
Browse latest View live