The requirement of my project wants the Layerlist widget displays the Transparency Slider by the name of the layer name. I reviewed the LayerListWidget code. but could not figure out where and how I could start with. Greatly appreciate you if you can provide your advice.
↧
LayerListWidget customization - Transparency
↧
Map Services 3.1 / TOC 3.1.5 & HTTPS
I am having a strange issue with using the Map Services 3.1 widget. If I load a service that runs through HTTPS (not secure/token based, just through HTTPS) the layer doesn't appear. If I open the TOC widget the service is listed and 'turned on'. If I turn the layer off, then on again, it finally appears.
Does anyone have any thoughts? Any assistance would be greatly appreciated!
Jason
Does anyone have any thoughts? Any assistance would be greatly appreciated!
Jason
↧
↧
MapSwitcher Widget Turn Groups on/off
Has any implemented the functionality of turning a group on/of and have the reflected with the check marks? As well as turn an individual layer off and have the Group layer reflect that, I suppose with a Tri-state checkbox?
Thanks in advance
Thanks in advance
↧
Popups delayed and not loading?
Hi all, I am using 10.1. I am working with a viewer with 50+ sublayer popups. All of which I know work.
Has anyone been having issues with popups being delayed in functioning. I click on a point or polygon and nothing happens as if i do not have a popup configured. All my other widgets work perfectly (esearch, TOC, edraw, elocate, edit, links, bookmarks... etc). Then (sometimes 10-20 minutes later) I will go back and click around again and out of the blue, they will be working perfectly. Refreshing the map just starts the time over again.
I upgraded from 3.1 to 3.2 to solve this problem: https://github.com/Esri/arcgis-viewer-flex/issues/28. Had no issues for the last month. But then this popup thing started happening. I upgraded to 3.3 today to see if that helped but no luck.
Any advice would be welcome,
Thanks!
Christina
Has anyone been having issues with popups being delayed in functioning. I click on a point or polygon and nothing happens as if i do not have a popup configured. All my other widgets work perfectly (esearch, TOC, edraw, elocate, edit, links, bookmarks... etc). Then (sometimes 10-20 minutes later) I will go back and click around again and out of the blue, they will be working perfectly. Refreshing the map just starts the time over again.
I upgraded from 3.1 to 3.2 to solve this problem: https://github.com/Esri/arcgis-viewer-flex/issues/28. Had no issues for the last month. But then this popup thing started happening. I upgraded to 3.3 today to see if that helped but no luck.
Any advice would be welcome,
Thanks!
Christina
↧
Identify Widget 3.2 - Null value for date fields
Hi,
When I apply the date format for date fields that have null values, I get this:
This is the IdentifyWidget.xml code:
Is there a way in the compiled version to configure this?
Any help would be appreciated.
When I apply the date format for date fields that have null values, I get this:
Code:
00/01/NaN
Code:
...
<fields>
<field name="DT_IMPLAT_INICIAL" alias="Data Inicial" dateformat="DD/MM/YYYY" useutc="true"/>
<field name="DT_IMPLAT_FINAL" alias="Data Final" dateformat="DD/MM/YYYY" useutc="true"/>
<field name="DT_DESCA" alias="Data Descarte" dateformat="DD/MM/YYYY" useutc="true"/>
<fields>
...
Any help would be appreciated.
↧
↧
Help required in optimization of PictureMarkerSymbols on Map.
I have 400 PictureMarkerSymbols (PNG's average size 5K) with 8 TextSymbols with each placed on map. An XMLList holds extra information about them. With just 400 Symbols on map while panning and zooming application it becomes clear that its response time is very low. As the symbols increases its response time decreases and it becomes very annoying to wait for the symbols to be redrawn and map to listen for input.
How I can improve its response time? Any tips?
Do anybody have that issue?
Is there any way to make Viewer stop rendering those symbols that are not included in current screen extents? Will it work?
Can I just remove all the symbols on each panning and zooming and create only those that are to be shown?
Is there any other technique to improve the performance?
I am using FlexViewer 3.2
Thanks
How I can improve its response time? Any tips?
Do anybody have that issue?
Is there any way to make Viewer stop rendering those symbols that are not included in current screen extents? Will it work?
Can I just remove all the symbols on each panning and zooming and create only those that are to be shown?
Is there any other technique to improve the performance?
I am using FlexViewer 3.2
Thanks
↧
How to prevent date change the time zone
I have a Date column (without time), at Eastern Time Zone.
The pop up converted the Date automatically. For example, our date is May 07, 2013, the pop up will show as "May 06, 2013 08:00PM".
I don't want the system convert the date to UTC.
Which Field or Tag can I use?
Thanks.
The pop up converted the Date automatically. For example, our date is May 07, 2013, the pop up will show as "May 06, 2013 08:00PM".
I don't want the system convert the date to UTC.
Which Field or Tag can I use?
Thanks.
↧
Error #2148
Does anyone know how to fix the following error:
ConfigManager
Fault info: Error#2148
Fault details: null
ConfigManager
Fault info: Error#2148
Fault details: null
↧
Flex viewer attribute data.
I'm very new to flex and just set up my first application in Application Builder 3.3. I'm trying to viewer layer attribute data, so during set in the layout tab I made sure the attribution button was on. But nothing happens in the viewer. The attribute data is there when I view my service in ArcMap, but I can't open it in the Flex viewer. Can anyone point me in the right direction?
↧
↧
Search Widget error
Have a map layer based on XY Events from a table.
Add a Search Widget on the layer. The first search works when the map web opened, by spatial or by attribute both work.
If I clear last search, do second Search, it has the error: [RPC Fault faultString="Invalid or missing imput parameters." faultCode="400" faultDetail=""]
Added Search Widget on other layers, like town boundary, street etc, All work fine.
What can cause the problem?
Thanks.
Add a Search Widget on the layer. The first search works when the map web opened, by spatial or by attribute both work.
If I clear last search, do second Search, it has the error: [RPC Fault faultString="Invalid or missing imput parameters." faultCode="400" faultDetail=""]
Added Search Widget on other layers, like town boundary, street etc, All work fine.
What can cause the problem?
Thanks.
↧
cancel popup in rendererskin
I have modified my popuprendererskin to extract a URL from a field, and then send it to a Function called launch(): which runs an ExternalInterface.call to open the link in a separate browser.
The idea, is that I want to be able to click on a feature, and go directly to the link URL in a separate browser without having to grab a widget tool first so I am trying to utilize the popups.
All is working fine except I still get the infowindow popping up, even with no fields visible, and no title set (so, I get a blank popup pointing at the feature I clicked on).
Is there some simple way to tell it to NOT display a popup infowindow if I meet some criteria?
It seems that even if I stop it from adding to the elementGroups, it will still show the blank infowindow....
Thanks for any ideas,
R_
The idea, is that I want to be able to click on a feature, and go directly to the link URL in a separate browser without having to grab a widget tool first so I am trying to utilize the popups.
All is working fine except I still get the infowindow popping up, even with no fields visible, and no title set (so, I get a blank popup pointing at the feature I clicked on).
Is there some simple way to tell it to NOT display a popup infowindow if I meet some criteria?
It seems that even if I stop it from adding to the elementGroups, it will still show the blank infowindow....
Thanks for any ideas,
R_
↧
Attribute table question
Attachment 24120When selected attribute table row data, map elements corresponding to the light yellow can change?
who can help me??
who can help me??
↧
Error in Edit widget flexviewer3.2, flexviewer3.3
I found two bugs in the Edit Widget listed below:
1) Select the feature on map and change the type in popup window then close the popup window( don't click on 'OK'). The feature will changed according to your recent selection.
2) Null object reference comes when the list item is selected and user click on undo or redo button. To get enabled undo/redo button, you need to perform any change on present feature or add new feature on map.
1) Select the feature on map and change the type in popup window then close the popup window( don't click on 'OK'). The feature will changed according to your recent selection.
2) Null object reference comes when the list item is selected and user click on undo or redo button. To get enabled undo/redo button, you need to perform any change on present feature or add new feature on map.
↧
↧
Re: Can you Mask an Image Service in a Flex App
Is there a reason you don't want to do it the easy way and just place a white polygon above the town you don't want the user to see? You can exclude that service used as the mask from the TOC, legend, etc. where the user will never even know it's there.
↧
Suggestion for Flashbuilder GitHub configuration for forked viewer and forked widgets
I am trying to decide how I want to setup my Flash Builder projects to deal with customizations to the viewer code and customizations to various widgets.
I'm familiar with Flash Builder enough that I've used it to customize versions of the viewer and build widgets in the past, but I'm new to GitHub. I've forked the 3.3 viewer and am going to make some changes to it. I want to download some widgets and make some changes to them as well as make some new widgets. It seems to me that the custom widgets and the viewer should be in their own flashbuilder projects so they can be debugged independently and changes can be managed in github independently as well since they are independent objects. I've only done this as one big project previously with my custom widgets and custom viewer as one project. I haven't found a good description yet of what a best practice would be for this.
Should I simplify it and leave it as one thing or break it up? If I break it up what do I need to do in flashbuilder to be able to debug only the source code of the widget, include a stock flexviewer with it?
I'm familiar with Flash Builder enough that I've used it to customize versions of the viewer and build widgets in the past, but I'm new to GitHub. I've forked the 3.3 viewer and am going to make some changes to it. I want to download some widgets and make some changes to them as well as make some new widgets. It seems to me that the custom widgets and the viewer should be in their own flashbuilder projects so they can be debugged independently and changes can be managed in github independently as well since they are independent objects. I've only done this as one big project previously with my custom widgets and custom viewer as one project. I haven't found a good description yet of what a best practice would be for this.
Should I simplify it and leave it as one thing or break it up? If I break it up what do I need to do in flashbuilder to be able to debug only the source code of the widget, include a stock flexviewer with it?
↧
Hide/ delete layer name for search enabled on Header Controller
Can you hide/ delete layer name on header controller search? Thank you.
↧
Attribute Table Date Format
Hi,
Anybody knows how i can change the Attribute Table (For Flex viewer 3.3) to format a date field to dd mmm yyyy (05 May 2013)?
Regards,
Rafael
Anybody knows how i can change the Attribute Table (For Flex viewer 3.3) to format a date field to dd mmm yyyy (05 May 2013)?
Regards,
Rafael
↧
↧
Splash widget - Flex viewer 3.3
Hi!
I'm trying to update 3.1 to 3.3 and I when I run the application, the Splash page appears twice !
Have you had that problem too ?
Thanks for help !
I'm trying to update 3.1 to 3.3 and I when I run the application, the Splash page appears twice !
Have you had that problem too ?
Thanks for help !
↧
Basemap icon location
I have a couple of widgets defined in the config as preload="minimized". These widgets' icons are below the BaseMap ixon that is at top="40". I want to move the Basemap icon next to the Navigation bar on the left. How can it be done? Thanks.
↧
LayerListWidget customization - Transparency
The requirement of my project wants the Layerlist widget displays the Transparency Slider by the name of the layer name. I reviewed the LayerListWidget code. but could not figure out where and how I could start with. Greatly appreciate you if you can provide your advice.
↧