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

Search Widget version 3.5 - how to make searching with like condition

$
0
0
Hello,

is there any solution to make searching using like condition as below:

<expression>upper(COLUMNNAME) like upper('%[value]%')</expression>


I'm already trying that code but not successful yet. Any idea for this problem?

Locate widget : disable popup

$
0
0
Hello,

I am working with arcgis server 10.0 and flex 2.5.

I am using the locate widget in the viewer and I would like to disable the popup that appears at each result : with the address, score and zoom to.

I was able to do this with the identify widget but is it possible with the locate widget?

Did not find this in previous topics, hope I did not miss something

Many thanks in advance!

Anne

US and DS Trace in Flexviewer

$
0
0
Hello,

I work with a sewer utility. We are trying to find a widget that will give us the ability to perform upstream and downstream traces through the flexviewer applications. Does anyone know if a widget like this already exists or how i might be able to put one together?

Thanks,
Jerry

How to use specify points or comma as a thousand separator in the flex viewer.

$
0
0
Hi,

I am using the 3.5 Flex viewer version and defining the popups to a flex project, I know it is possible to set the number format on and use the thousand separator. But I can’t find a way to specify if it should be a point or a comma.

I have the same problem to percentage even though it was defined in ArcMap to be shown as a percentage, in the flex viewer it does not respect it and there is no way, at least I haven’t find it, to set it.

Thank you for the help!

Julia

How do I zoom to a specific scale programmatically?

$
0
0
Hi,

I modified the CoordinateWidget so that the current scale value of the map is displayed in the lower left corner of the map.

Attachment 29949

However I don't just need to see it, I want the user to be able to specify the scale too.
Which is why I made the scale displayed in a TextInput.

I thought there would be a simple function in the API to let me zoom the map by passing a specific scale, but I didn't find one.
It has to be possible since the API Navigator component (com.esri.ags.components.Navigation) does it with the LODs specified in the config.xml.

Anyone already did something like this?

Thanks
Attached Thumbnails
Click image for larger version

Name:	screenshot.png‎
Views:	N/A
Size:	36.9 KB
ID:	29949  

ArcGIS Viewer 3.6 for Flex released Tuesday December 17, 2013

Display polygon results on the map using Enhanced Search Widget

$
0
0
Is there a way to make local level polygon search results show up at a statewide scale? When I search for features statewide (like buildings for instance), I can only see the selection result polygons if I zoom in past its spatial reference scale. Even if I increase the outlines to enormous widths. Is there some other setting I can play with to try to make those polygon features visible statewide, or am I going to have to create a point layer of those features for searching statewide?

Re: Problem for widget open on eDraw and close Identify

$
0
0
Robert,
I added the code you provided but Identify widget won't close when eDraw is opened. Can you tell what is the different to use AppEvent.dispatch(AppEvent.WIDGET_CLOSE, ViewerContainer.getInstance().widgetManager.getWidgetId("Identify")) & the code you provided?

If I change the code to this then Identify widget will close.
___________________________________________________________
for each (var widgetId:Number in ViewerContainer.getInstance().widgetManager.getAllLoadedWidgetIds()) {
if(widgetId == 3) {
var data:Object = {
id: widgetId,
state: WidgetStates.WIDGET_CLOSED
};
AppEvent.dispatch(AppEvent.WIDGET_CHANGE_STATE, data);
}
}
____________________________________________________________


Thank you very much.

Re: GCOD in 3.3 while Editing

$
0
0
Thanks for the feedback Mr. Bjorn.

Do you know if there is anyway I can address this in 3.3? We haven't made the jump yet to 3.5 and probably won't do so for another 6 months. We're kind of limited due to client agreements.

Thanks again.

Jerry

eLayerList 3.5.1

$
0
0
I added a layer of type 'feature' in the main config.xml file. When I toggle the checkbox for the parent/group layer in the eLayerList widget, it turns on and off. When I expand the parent/group layer and toggle the child layer nothing happens.

I also noticed this behaviour in Robert's sample site. Anyone else experience this?

Locate Widget - Coordinate Search Options

$
0
0
So I'm trying to customize my locate widget, which allows a user to search and zoom to specific coordinates. The current default allows the user to enter coordinates as decimal degrees. However, I want to allow the option to also enter degrees-decimal-minutes as well as degrees-minutes-seconds. Has anyone ever come across a solution to this?

arcgis online feature services used to work...now do not!

$
0
0
I have a series of flex maps that use feature services stored on my ArcGIS Online account. All of my maps had been working perfectly fine, but beginning on Wednesday (two days ago), I started getting errors when loading the maps.

The feature services or web maps will not display in the view or in the layers/legend widget. Also, the Search Widget brings up the following error: FeatureLayer628 layer failed to load: Fault info: Unable to get token service url from (http://services1.arcgis.com/(myacoun...gis/rest/info) Version 10.01+ required

Given that I have not changed my feature services or flex maps AT ALL in the last several days, and all my various (unrelated) flex maps all stopped working at the same time, it seems like something is wrong on Esri's side of things.

The outage seems intermittent...sometimes the maps work perfectly, but they seem down more often than not.

Has anyone else experienced this, or know anything about it?

Missing widgets and layout until browser window minimize / maximize

$
0
0
All,

While I have been using GIS for 15 years and have built web maps in the old ADF and Silverlight, I am BRAND new to Flex. The other day I copied a functioning, albeit basic and dated legacy Flex web map and started "updating" it with more widgets, color, new data sets, etc by way of the main html file, config file and the widgets config files. Its very much a work in progress.

The biggest issue I am dealing with at the moment is that when you go to the website, the window opens, you get my splash window (placeholder), click agree and are at the web map. If you try a resize while the splash page is up it still doesn't fix anything. You need to click agree to get the splash page to go away first.

For some reason, at that point there are missing widget windows, missing widget icons and the top ribbon is blank. If you do a minimize / maximize on the browser window that usually solves the problem and the layout reloads correct and the icons and widgets all appears as expected. I am not a developer by any stretch but if this sounds like something you have experienced or are familiar with, please do respond. If email is preferred, gisdataguy at yahoo dot com. I will also share the URL to the webmap but would rather not just post here for the world to see. Thank you!

I attached two pictures, one is what the screen looks like when you first hit the site. The second picture is AFTER you click agree on the splash and then do a minimize or maximize of the browser window.
Attached Thumbnails
Click image for larger version

Name:	FlexWebMap_MessedUpLayoutOnInitialOpen.jpg‎
Views:	N/A
Size:	95.9 KB
ID:	29880   Click image for larger version

Name:	FlexWebMap_AfterSplashAgreeandResizeBrowser.jpg‎
Views:	N/A
Size:	137.5 KB
ID:	29881  

Identify pixel values in Image Service

$
0
0
Hi There,
I was just wondering if there is a way to identify the individual pixel values in a mosaic dataset that has been output as an image service? The image service is then added as a layer in the Flex viewer. I have done this using the Identify widget with the mosaic brought into a map and served as map service but it would be useful to be able to publish the service as image service and retain this function.

Any help gratefully recieved.

Legend Widget does not appear to work with secured map services

$
0
0
Using the 3.4 out-of-the-box Legend widget, and it does not appear to include in the legend any of my secured map services.

I was wondering if anyone could confirm that they are using the out-of-the-box Legend widget with secured map services and it is working correctly with those services?

Search Widget version 3.5 - how to make searching with like condition

$
0
0
Hello,

is there any solution to make searching using like condition as below:

<expression>upper(COLUMNNAME) like upper('%[value]%')</expression>


I'm already trying that code but not successful yet. Any idea for this problem?

Locate widget : disable popup

$
0
0
Hello,

I am working with arcgis server 10.0 and flex 2.5.

I am using the locate widget in the viewer and I would like to disable the popup that appears at each result : with the address, score and zoom to.

I was able to do this with the identify widget but is it possible with the locate widget?

Did not find this in previous topics, hope I did not miss something

Many thanks in advance!

Anne

US and DS Trace in Flexviewer

$
0
0
Hello,

I work with a sewer utility. We are trying to find a widget that will give us the ability to perform upstream and downstream traces through the flexviewer applications. Does anyone know if a widget like this already exists or how i might be able to put one together?

Thanks,
Jerry

How to use specify points or comma as a thousand separator in the flex viewer.

$
0
0
Hi,

I am using the 3.5 Flex viewer version and defining the popups to a flex project, I know it is possible to set the number format on and use the thousand separator. But I can’t find a way to specify if it should be a point or a comma.

I have the same problem to percentage even though it was defined in ArcMap to be shown as a percentage, in the flex viewer it does not respect it and there is no way, at least I haven’t find it, to set it.

Thank you for the help!

Julia

How do I zoom to a specific scale programmatically?

$
0
0
Hi,

I modified the CoordinateWidget so that the current scale value of the map is displayed in the lower left corner of the map.

Attachment 29949

However I don't just need to see it, I want the user to be able to specify the scale too.
Which is why I made the scale displayed in a TextInput.

I thought there would be a simple function in the API to let me zoom the map by passing a specific scale, but I didn't find one.
It has to be possible since the API Navigator component (com.esri.ags.components.Navigation) does it with the LODs specified in the config.xml.

Anyone already did something like this?

Thanks
Attached Thumbnails
Click image for larger version

Name:	screenshot.png‎
Views:	N/A
Size:	36.9 KB
ID:	29949  
Viewing all 2097 articles
Browse latest View live