|
POST
|
Very odd that the Spark Border Container does not like having a bindable Number as width and height. Does this mean that the width and height of this widget can not be set as configurable variables in the xml file?
... View more
01-02-2013
03:51 AM
|
0
|
0
|
1939
|
|
POST
|
I would try 2 further options. 1.) Create this query in ArcMap to see where you need the "". 2.) query = "'"+"[Project_Name]="+b+"'"
... View more
12-31-2012
08:55 AM
|
0
|
0
|
1837
|
|
POST
|
Here is some sample code from ESRI's documentation: import arcpy fc = "D:/St_Johns/data.mdb/roads" # Create a search cursor using an SQL expression # rows = arcpy.SearchCursor(fc, "[roadclass] = 2") for row in rows: # Print the name of the residential road # print row.name You are using a personal geodatabase as well, so you might need square brackets for your field name query = "'"+"[Project_Name]"+"=""'"+b+"'"+"'"
... View more
12-31-2012
08:21 AM
|
0
|
0
|
1837
|
|
POST
|
Are you using Flex API V3.1 and Flex SDK 4.6? I am mostly using Flex Viewer 3.0 (built on Flex API V3.0) and I have done some preliminary testing with Flex Viewer 3.1 (built on Flex API V3.1), but I have not made any code modifications as I do not have access to Flex SDK. This is why I was looking for a compiled OverView Map Widget where you could change the size of the widget from the xml file. A version built on Flex API V3.0 would be more useful at the present time (more applications presently built on this platform), but if it is easier to modify this widget from build on Flex API V3.1 then that would work for me as well.
... View more
12-31-2012
06:47 AM
|
0
|
0
|
1939
|
|
POST
|
Could you add the size of the widget as a configurable variable in the xml file and then send that recompiled swf file along with the xml showing the syntax for changing the size in the xml file? That would be greatly appreciated.
... View more
12-31-2012
03:49 AM
|
0
|
0
|
1939
|
|
POST
|
Thank you. Do you know how to make this a configurable variable that could be changed in the xml file so it would not need to be recomplied every time you need to change its size, possibly for different applications?
... View more
12-28-2012
07:07 AM
|
0
|
0
|
1939
|
|
POST
|
Is it possible to change the size of the compiled overview map widget in the Flex Viewer application?
... View more
12-28-2012
05:51 AM
|
0
|
18
|
3861
|
|
POST
|
Jason: Are you printing the datagrid by itself? Or are you able to print the datagrid along with the map?
... View more
12-26-2012
07:13 AM
|
0
|
0
|
801
|
|
POST
|
GISDev01: I am using the Enhanced Search Widget that is configured for the user to input certain parameters that are used to select a GIS feature. I would then like to get the attributes of this selected feature to be added to the print that has been enhanced by ESRI at v10.1. The enhanced printing using templates to format the desired printout from the Flex Viewer application. I would like to pass values from the selected feature to a template for printing just before the available print templates are presented to the user. The template would have these items formatted with python's ability to modify the layout of an mxd. If I cannot bundle this into the printing task, can I create a geoprocessing service that would create a template from the enduser's selection from the Enhanced Search Widget and make it available to the enduser in a drop-down list of templates?
... View more
12-26-2012
06:29 AM
|
0
|
0
|
628
|
|
POST
|
To All Flex Viewer Developers: I was wondering if it is possible to fire a python script in a Flex Viewer app. I am proficient in python which I would like to try to use to insert layout elements into a print template that would be used with the new print templates that ESRI has made available with v10.1. I would like to take the results of a selected item in the map and create a template on the fly that would populate items in the layout portion of the template that would be unique to the selected feature on the map. I need this functionality because the upgraded printing presents the map as What You See Is What You Get (WYSIWYG) and widgets that can display information do not get passed to the map so this information is lost. Any help or feedback is greatly appreciated.
... View more
12-26-2012
04:55 AM
|
0
|
2
|
1112
|
|
POST
|
To All AGOL Users and Developers: The BasicViewer template has many tools that I find useful to create a good web app such as Print, Layers. and Measure etc., but not any ability to filter data within any of the mapservices used in the web app. The Filter template has the ability to filter data within any of the mapservices used in the web app, but it does not have access to the tools specified above in the BasicViewer template. Does anyone know of a way in AGOL to get a combination of all these tools into 1 template that you can build a web app from? Any help or feedback on this topic is greatly appreciated.
... View more
12-21-2012
08:52 AM
|
0
|
3
|
2913
|
|
POST
|
Sarthak: You replied to Jason's post by saying: "Yes, we plan to add that as part of the next release. In the meantime, if you are working with the uncompiled version of the viewer, you can update the widget code to do the same:" Does this answer mean this functionality will be available in FlexViewe 3.2? Your response is greatly appreciated.
... View more
12-21-2012
05:00 AM
|
0
|
0
|
3332
|
|
POST
|
To All AGOL Users: I have created a web app on AGOL where I am using some of my organization's mapservices from an internal server that is public facing. I am able to label one of the mapservices when all 8 features are brought into AGOL all at once with a feature service. When I break out each layer in the mapservice into individual feature services where I have better control over symbology in the web app, I lose the labeling that is setup in the base mxd. Can anyone else why this is occurring? Is there any way to get the labeling back in the individual feature service setup? Any feedback or assistance is greatly appreciated. Thank you.
... View more
12-18-2012
11:23 AM
|
0
|
1
|
608
|
|
POST
|
Is this an Enhancement to your widgets that you would consider adding so that your widgets would be available to be added to the pdf file that is created as part of the ArcGIS Server v10.1 Print task?
... View more
12-13-2012
09:53 AM
|
0
|
0
|
2008
|
|
POST
|
Thank you for that confirmation Robert. One other question about the Print widget. Is there any way to get the widgets such as the Identify widget with its results to get added to the pdf that is generated on ESRI's server? When I create a pdf now with a widget visible, the generated pdf does not show the widget.
... View more
12-13-2012
07:52 AM
|
0
|
0
|
2008
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 02-11-2026 10:42 AM | |
| 1 | 12-22-2025 10:08 AM | |
| 1 | 09-26-2025 06:10 AM | |
| 1 | 09-04-2025 02:19 PM | |
| 1 | 08-29-2025 08:29 AM |
| Online Status |
Online
|
| Date Last Visited |
4 hours ago
|