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

Pie chart symbol

$
0
0
Hi,

I just tried publishing an MXD that was using pie chart symbols and discovered that they're not supported by ArcGIS Server. Does anyone know of a relatively easy way to put georeference pie charts on the graphics layer in the flex viewer? I have them configured in the info pop-ups but I need the pie charts (around 3 or 4 of them) to be displayed by default.

This sample is quite close to what I need to do http://resources.arcgis.com/en/help/...0000040000000/

Thanks for any help.

Mark

for rschietlin: Attach/Relate Info Window Widget version 3.1 for Application Builder

$
0
0
This message is for rschietlin:

Is there any chance there is an Attachment Relate Info Window Widget version 3.1 for Application Builder in the works? I'm having trouble finding the tools I need for the current version.

Also, this is for secured services, ArcGIS 10.1 sp1, 3.1 flex viewer application builder. I noticed that with 3.0 several of my flex viewer tools worked perfectly until I enable ArcGIS security. Then I ran into all kinds of trouble.

I've been using the compiled version of the flex viewer because we need fairly custom, security-enabled services. Everything worked great in 10.0 and FlexViewer 2.x, but the upgrades are giving me headaches...

Thanks for any help you can give.

Claudia

select in attribute table widget

$
0
0
I cannot seem to get a select feature to work in the new attribute table widget. I can get the attributes to appear in the table and edit them but I cannot select on the map. Am I missing something?

eDraw Widget Enhancement

$
0
0
To All eDraw Widget Users:

Would it be possible to extend this widget to allow graphics drawn that are tied into a mapservice used in the application? I am looking for the ability to add a graphic box with text populated from a search performed on a mapservice in the application.

Maybe add the to the config file the name of the mapservice and the field to use for the text to be placed in the graphic box. In this way, this information could be printed whereas information in widget pop-ups do not currently appear in the print-outs.

Display default text for empty fields in a PopUp window

$
0
0
I'm using FlexViewer 2.5. I have a PopUp window for a Zoning layer. The PopUp displays the Zoning, Planned Development Number and an Amendment Number. Most parcels don't have a Planned Development Number or Amendment so when you click a parcel it displays "Planned Development:" and "Amendement:" This is confusing users into thinking every parcel is a Planned Development. So I need a way to either removes the "Planned Development:" text from the PopUp if it is not applicable or putting some type of default text like "N/A" on the PopUp. Any help is appreciated. Thanks.

Dynamic Workspace

$
0
0
Is it foreseen at ESRI to implement the use of Dynamic Workspace in the viewer? For example: adding a new layer from a registered workspace and have the Layer List and Legend updated automatically.

Identify Widget 3.0.1 - error after zooming

$
0
0
I am having an issue with the identify results only being successful when the map is initially opened and the user has not yet zoomed in or out. As soon as the user zooms and attempts an identify, it throws an error - see attached.Attachment 20534
Any help on this would be appreciated! Thanks.
Attached Thumbnails
Click image for larger version

Name:	IdentifyError.png‎
Views:	N/A
Size:	26.7 KB
ID:	20534  

Map is not updating after making changes to the MXD

$
0
0
Good morning all,

I'm having a problem with my web map not showing updates I've made to the .mxd

Here are the steps I've done:

1. Made change to .mxd in this case digitized a road.
2. Restarted the service.
3. Cleared the cache for my rest end points.
4. Cleared the recent history for my browser.

The service is published as a .mxd not a .msd so I don't think I need to re publish it either...

This is all I can find from other similar post on the forum that are similar to my problem.

If anyone could help that would be amazing!

Thanks,

Chris

Unable to apply edits

$
0
0
I am running ArcServer 10.1 and Flex Viewer 3.0. I am attempting to edit a feature class in a 9.3.1 SDE geodatabase using the Edit widget. The feature class has been registered as versioned and I am able to edit the feature class from ArcMap.

When I click a feature I am able to change the geometry or an attribute value, however when I click OK the edit doesn't show up and the apply edits function throws out this error message:

{"error":{"code":400,"message":"Unable to complete operation.","details":[]}}

Does anyone know what might be going on? Can applications built in flex viewer be used to edit 9.3 SDE geodatabases?

Nick Entinger
Information Systems Specialist
MN.IT Services @ MNDNR

Edit Widget 3.1

$
0
0
Ok i've been working on this for awhile and can never seem to get the edit widget to do what i would like it to. In the tag reference it talks about using the <formfieldsorder> you can pick from "fields, alphabetical, fieldinspector". I have a specific order i'm trying to get and i cant seem to get it to do it.

for example i have 5 attributes and i want them in the order of: TYPE, DESCRIPTION, STATUS, START_DATE, END_DATE. The following is a copy from my EditWidget.xml.
Code:

<?xml version="1.0" ?>
<!-- If compiling this widget, make sure to add -keep-all-type-selectors=true
        to your compiler arguments in the FB project properties. -->
<configuration>
        <createoptions>
                <polygondrawtools>polygon,freehandpolygon,extent,autocomplete
                </polygondrawtools>
                <polylinedrawtools>polyline,freehandpolyline,line</polylinedrawtools>
        </createoptions>
        <addfeatures>true</addfeatures>
        <deletefeatures>true</deletefeatures>
        <toolbarvisible>true</toolbarvisible>
        <toolbarcutvisible>true</toolbarcutvisible>
        <toolbarmergevisible>true</toolbarmergevisible>
        <toolbarreshapevisible>true</toolbarreshapevisible>
        <updategeometry>true</updategeometry>
        <updateattributes>true</updateattributes>

        <layersettings>

                <layer name="Active Incident Areas">
                        <fields>
                                <field name="TYPE" alias="Type" />
                                <field name="DESCRIPTION" alias="Description" />
                                <field name="STATUS" alias="Status" />
                                <field name="START_DATE" alias="Start" />
                                <field name="END_DATE" alias="End" />

                        </fields>
                        <showobjectid>false</showobjectid>
                        <showglobalid>false</showglobalid>
                        <singletomultilinethreshold>60</singletomultilinethreshold>
                        <formfieldsorder>fields</formfieldsorder>
                </layer>
        </layersettings>

</configuration>

I've made sure that the name of the Layer is the name of the layer in the main config xml file. Also the service is a type of feature. attached is what is returned.

Attachment 20549

Which is the order they show up in the MXD i have. I've tried moving them around in the mxd and republish the service but they remain in the same order on the website.

I've tried clear all cache and temporary files to see if that was the issue but still no luck. Anybody have any othre sugguestions i could try?

thanks.
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG‎
Views:	N/A
Size:	34.0 KB
ID:	20549  

How Can I Create a Data Sheet from the eSearch Table?

$
0
0
Hello,

I am trying to figure out how I can build a data sheet from information that is retrieved using the eSearch widget and temporarly stored within the provided table. The data is being stored somewhere temporarily.

I would like to create a data sheet or report tool/widget or link that obtains its information from the eSearch tool and can be displayed on command. I have seen similar style documents/reports created and used in JavaScript maps.

The data sheet would have various values arranged from the associated table along with a mini map of the feature in question.

Can this be done with Flex?

If so how?

Thanks,

Haskett

TOC Widget in a Secure Service

$
0
0
I like Robert's TOC Widget, it has many nice tools, but when used with secure map/feature-services the feature symbol graphics do not display. When the service is Public the symbol graphic displays just fine. Since the user is already logged in and the TOCWidget detects the secure layers and places them in the legend, why isn't the symbol displayed? Robert doesn't support secure usage of his widgets (reasonable), but I am hoping someone else has an idea of how to modify the widget to make it work.

How to add uncompiled widgets to Flex Projects

$
0
0
When i add the uncompiled Selection widget to my Flex Builder Project , developer flex viewer and then compile the project it shows 19 errors and all most all are " Could not resolve <viewer:transitions> to a component implementation. " how to resolve this error please guide me.
Thanks in advance.

disable enter address feature in 3.1 api

$
0
0
I do not want to use the Enter address line in the new version of flexviewer. How can I prevent it from showing?

Attachment Relate Info Window Widget - Fault Error

$
0
0
I was curious if anybody was facing a similar issue. When I click on the relate table button within the PopUp I can see all the related table possibilities. I then proceed to click on the related table I want. If I go back and click on the same related table I get a fault error. Any help would be greatly appreciated.

FV 3.1 WordWrap

$
0
0
All-

We have upgraded an application from FV3.0 to the 3.1 Viewer for Flex and have lost the ability to wrap text in the Splash widget and the "About" page in the HeaderController widget. Do folks have any suggestions on how we might restore this functionality? We areworking directly with the source code, so updating mxml files and recompiling is no problem. I appreciate any input.

disable spatial changes in edit widget

$
0
0
I have an existing layer that I want the user to just add or change text in a comments for for that polygon. I do not want the ability to edit in any way the spatial features. Is this possibble in the current edit widget?
I have tried the new attribute widget and it does not work as needed.

Best Design and Organization For Web Apps

$
0
0
Hello,

I am looking at advice for the design and organization of web apps(flex). I know this may sound like a general question, but I am really looking at what would provide the best performance for users. What are the pro's and con's to designing a very large app that contains many map layers or should design focus on smaller apps according to each purpose (ie: Parcel Viewer, General City Viewer, etc.). In essence have smaller lightweight apps and layers that truly matter, instead of having these huge web apps that contain every known widget and map layer on their server . I know there are many factors to consider, but I would like to just hear anyone's opinion and thought process on the matter.


Thank you.

How to include custom widget into ArcGIS Viewer for Flex Application Builder

$
0
0
Hi All,

I am new to flex development. I have developed a simple widget which shows a map coordinates on map click, using "Source code for Flex Viewer 3.0" in Flash bulder 4.7.

now I would like to include the above widget into ArcGIS Viewer for Flex Application Builder 3.1. When I added it has been added successfully but when I click on widget nothing is shown, where as in flash builder it is working fine.

please suggest me how to resolve this issue.


Thanks,
Uday

Related info in popups

$
0
0
It is my understanding that the new version 3.1 viewer supports related data in the popups. Is there any documentation out there showing how to configure it?

The help documentation does not appear to have beem modified to relect these changes (unless I'm just missing it).

Thanks,

R_
Viewing all 2097 articles
Browse latest View live